diff --git a/plugins/pip/_pip b/plugins/pip/_pip index cb155e5f4..a1b5c0e18 100644 --- a/plugins/pip/_pip +++ b/plugins/pip/_pip @@ -17,15 +17,17 @@ _pip_installed() { local -a _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' + 'list:list installed packages' 'help:show available commands' 'show:show information about installed packages' 'install:install packages' 'search:search PyPI' + 'wheel:build wheels from your requirements' 'uninstall:uninstall packages' - 'unzip:unzip individual packages' - 'zip:zip individual packages' + 'unzip:unzip individual packages (deprecated)' + 'zip:zip individual packages (deprecated)' ) local expl