xonsh/news/fix_pip_completer.rst
Gil Forsyth 156313822a fix pip completion
pip completion results for install/uninstall were returning the entire
list of installed packages in a given python install no matter the
contents of the completion prefix.

Now the results are filtered by a `startswith(prefix)`
2016-10-04 10:17:46 -04:00

13 lines
160 B
ReStructuredText

**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* ``pip`` completion now filters results by prefix
**Security:** None