summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeandro Lucarella <leandro.lucarella@sociomantic.com>2014-04-25 17:08:51 +0200
committerMihails Strasuns <mihails.strasuns@sociomantic.com>2014-04-28 13:43:18 +0200
commitd2c5da0f14c503ee115871784fcc77c09dd8a1cb (patch)
tree765f8b4aba18d73e4d12d6b1456d8de11a4b6b21
parentce953522f2b27dee7b33985c3b701af3716f96c0 (diff)
issue show: Remove unused --full option
-rwxr-xr-xgit-hub3
1 files changed, 0 insertions, 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: