Skip to content

bx does not honor -- #4

@dmb-ts

Description

@dmb-ts

When running bx exec . -- <command> <args>, bx will greedily parse args instead of ignoring it.

Example:
bx exec . -- python3 --version
this should yield
Python 3.14.4
or similar.
yet it yields
bx 1.6.1

This is the case for all params that bx accepts.
--version, --help, --dry,...

bx should only check args before --

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions