This module implements a Command Line Parser class that applications can use to parse command line arguments in sys.argv. getargs is designed as a considerably more powerful and flexible alternative to the standard getopt module.
This module implements a Command Line Parser class that applications can use to parse command line arguments in sys.argv. getargs is designed as a considerably more powerful and flexible alternative to the standard getopt module.