Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/nvdv/pip into unhide_com…
Browse files Browse the repository at this point in the history
…pletion
  • Loading branch information
xavfernandez committed Mar 3, 2016
2 parents 24876ab + 87b18f5 commit 4fdb52e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pip/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
SearchCommand,
WheelCommand,
HashCommand,
CompletionCommand,
HelpCommand,
]

Expand Down
4 changes: 2 additions & 2 deletions pip/commands/completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
class CompletionCommand(Command):
"""A helper command to be used for command completion."""
name = 'completion'
summary = 'A helper command to be used for command completion'
hidden = True
summary = 'A helper command used for command completion'
hidden = False

def __init__(self, *args, **kw):
super(CompletionCommand, self).__init__(*args, **kw)
Expand Down

0 comments on commit 4fdb52e

Please sign in to comment.