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

2 lines
142 B
Python

parser.add_argument('-v', help='increase output verbosity', action='store_true')
parser.add_argument('-i', '--int', help='integer', type=int)