added list and wheel commands

Got them from pip 1.5.6 installed on my machine.
This commit is contained in:
thorink 2014-10-18 20:59:54 +02:00
commit d171f6769e

View file

@ -17,15 +17,17 @@ _pip_installed() {
local -a _1st_arguments local -a _1st_arguments
_1st_arguments=( _1st_arguments=(
'bundle:create pybundles (archives containing multiple packages)' 'bundle:create pybundles (archives containing multiple packages)(deprecated)'
'freeze:output all currently installed packages (exact versions) to stdout' 'freeze:output all currently installed packages (exact versions) to stdout'
'list:list installed packages'
'help:show available commands' 'help:show available commands'
'show:show information about installed packages' 'show:show information about installed packages'
'install:install packages' 'install:install packages'
'search:search PyPI' 'search:search PyPI'
'wheel:build wheels from your requirements'
'uninstall:uninstall packages' 'uninstall:uninstall packages'
'unzip:unzip individual packages' 'unzip:unzip individual packages (deprecated)'
'zip:zip individual packages' 'zip:zip individual packages (deprecated)'
) )
local expl local expl