This commit is contained in:
Ben 2023-07-24 17:32:46 -05:00 committed by GitHub
commit 0e2a1458f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ class Parser(object):
help='show this help message and exit')
self._add_conflicting_arguments()
self._parser.add_argument(
'-d', '--debug',
'-d', '--debug', '--you'
action='store_true',
help='enable debug output')
self._parser.add_argument(