tiramisu-cmdline-parser/test/data/compare/40_short_long/argparse.py

3 lines
142 B
Python
Raw Normal View History

2018-11-29 22:10:08 +01:00
parser.add_argument('-v', help='increase output verbosity', action='store_true')
parser.add_argument('-i', '--int', help='integer', type=int)