diff options
author | yongxin SHI <shiyongxin@aliyun.com> | 2017-12-08 07:53:10 +0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2017-12-07 15:53:10 -0800 |
commit | a7fb55cf13bd5956a183e42916cf160a962b6370 (patch) | |
tree | 26eb5f804578df305400415689518993a7c5628f /plugins/pip/_pip | |
parent | e999f104e74039b291070af435a494a88eb7d704 (diff) | |
download | zsh-a7fb55cf13bd5956a183e42916cf160a962b6370.tar.gz zsh-a7fb55cf13bd5956a183e42916cf160a962b6370.tar.bz2 zsh-a7fb55cf13bd5956a183e42916cf160a962b6370.zip |
add pip --user (#6470)
Diffstat (limited to 'plugins/pip/_pip')
-rw-r--r-- | plugins/pip/_pip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/pip/_pip b/plugins/pip/_pip index 732ffabea..607f68e58 100644 --- a/plugins/pip/_pip +++ b/plugins/pip/_pip @@ -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]' \ |