From d2c5da0f14c503ee115871784fcc77c09dd8a1cb Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 25 Apr 2014 17:08:51 +0200 Subject: issue show: Remove unused --full option --- git-hub | 3 --- 1 file changed, 3 deletions(-) diff --git a/git-hub b/git-hub index 6a2c4a3..e8aae5d 100755 --- a/git-hub +++ b/git-hub @@ -919,9 +919,6 @@ class IssueCmd (CmdGroup): nargs='+', metavar=cls.id_var, help="number identifying the %s to show" % cls.name) - parser.add_argument('-f', '--full', - default=False, action='store_true', - help="number identifying the issue to show") @classmethod def run(cls, parser, args): for number in args.issues: -- cgit v1.2.3