mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
add pip --user (#6470)
This commit is contained in:
parent
f0cdac5a42
commit
36c3daaf9a
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ case "$words[1]" in
|
|||
install)
|
||||
_arguments \
|
||||
'(-U --upgrade)'{-U,--upgrade}'[upgrade all packages to the newest available version]' \
|
||||
'(--user)--user[install packages to user home]' \
|
||||
'(-f --find-links)'{-f,--find-links}'[URL for finding packages]' \
|
||||
'(-r --requirement)'{-r,--requirement}'[Requirements file for packages to install]:File:_files' \
|
||||
'(--no-deps --no-dependencies)'{--no-deps,--no-dependencies}'[iIgnore package dependencies]' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue