1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +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:
steaksauce- 2018-10-13 00:31:43 -05:00
parent 3e522ba787
commit 0f54969a8c

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(