3 lines
77 B
Python
3 lines
77 B
Python
|
parser.add_argument('--foo', help='foo help', default='default', nargs='?')
|
||
|
|