mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
added list and wheel commands
Got them from pip 1.5.6 installed on my machine.
This commit is contained in:
parent
96e4e5dd03
commit
d171f6769e
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue