updated parsers

main
Calum Andrew Morrell 2023-11-22 18:40:52 +00:00
parent 73907d5f71
commit 8cc9574072
1 changed files with 1 additions and 1 deletions

View File

@ -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()