From 8cc9574072d398a6ccfabe6be2410f290ba98e2f Mon Sep 17 00:00:00 2001 From: Calum Andrew Morrell Date: Wed, 22 Nov 2023 18:40:52 +0000 Subject: [PATCH] updated parsers --- dgcm/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgcm/main.py b/dgcm/main.py index 06ceb76..e757eed 100644 --- a/dgcm/main.py +++ b/dgcm/main.py @@ -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()