1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip/commands
Georgi Valkov 715c7eff71 fix error output
`pip help <misspelled>` should return the same error message as `pip
<misspelled>`, namely:

  ERROR: unknown command "enstall" - maybe you meant "install"
2012-12-06 17:25:40 +02:00
..
__init__.py pep8 fixes 2012-12-06 17:25:19 +02:00
bundle.py add the base_parser argument to all Command instances 2012-11-10 15:34:53 +02:00
completion.py add the base_parser argument to all Command instances 2012-11-10 15:34:53 +02:00
freeze.py add the base_parser argument to all Command instances 2012-11-10 15:34:53 +02:00
help.py fix error output 2012-12-06 17:25:40 +02:00
install.py add the base_parser argument to all Command instances 2012-11-10 15:34:53 +02:00
search.py add the base_parser argument to all Command instances 2012-11-10 15:34:53 +02:00
show.py add the base_parser argument to all Command instances 2012-11-10 15:34:53 +02:00
uninstall.py add the base_parser argument to all Command instances 2012-11-10 15:34:53 +02:00
unzip.py remove global command instances 2012-11-10 15:30:16 +02:00
zip.py add the base_parser argument to all Command instances 2012-11-10 15:34:53 +02:00