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

3 lines
156 B
Python

parser.add_argument("echo", help="echo the string you use here")
parser.add_argument('--verbosity', help='increase output verbosity', action='store_true')