mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +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
|
||||
_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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue