forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
386 B
Text
7 lines
386 B
Text
Argparse takes the best of the optparse command-line parsing module and brings
|
|
it new life. Argparse adds positional as well as optional arguments, the
|
|
ability to create parsers for sub-commands, more informative help and usage
|
|
messages, and much more. At the same time, it retains the ease and flexibility
|
|
of use that made optparse so popular.
|
|
|
|
WWW: http://code.google.com/p/argparse/
|