From 0f54969a8ceb6548e76be3517911ae68c2a19b9f Mon Sep 17 00:00:00 2001 From: steaksauce- Date: Sat, 13 Oct 2018 00:31:43 -0500 Subject: [PATCH] --yeah is in the version. I also added --you for debug, because if I'm debugging thefuck, then fuck --you the fuck :) --- thefuck/argument_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thefuck/argument_parser.py b/thefuck/argument_parser.py index b7b9783..815be3c 100644 --- a/thefuck/argument_parser.py +++ b/thefuck/argument_parser.py @@ -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(