updated parsers
parent
73907d5f71
commit
8cc9574072
|
|
@ -24,7 +24,7 @@ def main():
|
|||
mutually_exclusive_group.add_argument('-v', '--verbose', action='count', default=0, help='increase output verbosity')
|
||||
mutually_exclusive_group.add_argument('-q', '--quiet', action='store_true', help='disable output')
|
||||
|
||||
# parser.add_argument('connection', help='shortname of the connection to use')
|
||||
parser.add_argument('connection', action='store_false', help='shortname of the connection to use')
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue