tiramisu-cmdline-parser/tests/data/compare/10_positional_default/argparse.py
Emmanuel Garette 7fe8cf322d setup.py
2019-07-29 22:10:40 +02:00

1 line
92 B
Python

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