mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-19 00:58:56 +00:00
--yeah is in the version. I also added --you for debug, because if I'm debugging thefuck, then fuck --you the fuck :)
This commit is contained in:
parent
3e522ba787
commit
0f54969a8c
@ -39,7 +39,7 @@ class Parser(object):
|
|||||||
help='show this help message and exit')
|
help='show this help message and exit')
|
||||||
self._add_conflicting_arguments()
|
self._add_conflicting_arguments()
|
||||||
self._parser.add_argument(
|
self._parser.add_argument(
|
||||||
'-d', '--debug',
|
'-d', '--debug', '--you'
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help='enable debug output')
|
help='enable debug output')
|
||||||
self._parser.add_argument(
|
self._parser.add_argument(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user