tiramisu-cmdline-parser/test/data/compare/10_positional_default/argparse.py
Emmanuel Garette 82d8186062 first commit
2024-07-30 11:30:21 +02:00

1 line
92 B
Python

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