tiramisu-cmdline-parser/test/data/compare/10_positional_default/argparse.py
2018-11-29 22:10:08 +01:00

2 lines
92 B
Python

parser.add_argument("echo", help="echo the string you use here", default='blah', nargs='?')