Demonstrate argparse
advanced features (example project)
#54
Labels
enhancement
New feature or request
argparse
advanced features (example project)
#54
Python's
argparse
module is very well documented, but it's still difficult to get started and implement more advanced use cases, later.Hence, the example project in this repository, while staying simple and concise, should showcase the most handy, often-used features of
argparse
. One of those features is the argument help text, which can accommodate default values and other configured properties of the argument. Others may be using thetype
(and argument validation and transformation using custom type functions), and theepilog
.Examples
The text was updated successfully, but these errors were encountered: