Skip to content

RELEASE 2.20.0: Better CLI Arg Parsing

Compare
Choose a tag to compare
@nerdvegas nerdvegas released this 06 Sep 00:21
9e5f447

PR: #523
Addresses: #492

The rez-python command now supports all native python args and passes those through to its python subprocess - so you can now shebang with rez-python if that is useful.

More broadly, rez commands now parse CLI args correctly for each case. Many commands previously accepted rez-env-style commands (eg rez-env pkgA -- somecommand -- i am ignored), but simply ignored extraneous args after -- tokens.