4 lines
156 B
Python
4 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')
|
||
|
|