Unable to get command line arguments
Posted: Fri May 22, 2015 12:10 am
Is there a way to get command line arguments? I've noticed that sys.argv seems to not exist, should be fairly simple functionality to provide, either through sys.argv (so that argparse and such work correctly) or through whatever method is simplest.