3 lines
152 B
Python
3 lines
152 B
Python
|
parser.add_argument('-v', help='increase output verbosity', action='store_true')
|
||
|
parser.add_argument('-s', help='second argument', action='store_true')
|