Pass along command line args to scripts called via "zopectl run". This allows
you to use scripts which require arguments under zopectl run. If you do "zopectl run scriptname.py arg1 arg2", the value of sys.argv within the script will consist of ['scriptname.py', 'arg1', 'arg2'].
Showing
Please register or sign in to comment