Compare commits
2 Commits
808cd75aa0
...
43cb559af2
| Author | SHA1 | Date |
|---|---|---|
|
|
43cb559af2 | |
|
|
1204338902 |
|
|
@ -41,7 +41,9 @@ def main():
|
|||
parser_update.add_argument('existing_shortname', help='the existing shortname to update')
|
||||
|
||||
group_mutually_exclusive = parser.add_mutually_exclusive_group()
|
||||
group_mutually_exclusive.add_argument('-v', '--verbose', action='count', default=0, help='increase output verbosity')
|
||||
group_mutually_exclusive.add_argument('-v', '--verbose',
|
||||
action='count', default=0,
|
||||
help='increase output verbosity')
|
||||
group_mutually_exclusive.add_argument('-q', '--quiet', action='store_true', help='disable output')
|
||||
|
||||
args = parser.parse_args()
|
||||
|
|
|
|||
Loading…
Reference in New Issue