Open 1701-D opened 9 years ago
Cheers, I have been meaning tp update rez-python so that it matches python's own behaviour - that is, flags listed before the python file are passed to the program itself, and flags listed after are passed to the script.
When rez-python is used as a script interpreter (i.e. #!/usr/bin/env rez-python), command-line flags (- and -- options) are processed by rez-python instead of being passed through as arguments to the script.