RELEASE 2.20.0: Better CLI Arg Parsing
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.