mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-25 21:10:24 -04:00
8 lines
292 B
Plaintext
8 lines
292 B
Plaintext
The argparse module provides an easy, declarative interface for
|
|
creating command line tools, which knows how to:
|
|
|
|
* parse the arguments and flags from sys.argv
|
|
* convert arg strings into objects for your program
|
|
* format and print informative help messages
|
|
* and much more...
|