add --all for update

This commit is contained in:
Valentin Haenel
2015-02-10 16:19:09 +01:00
parent 17a504c37b
commit 7cd21c4756

3
_conda
View File

@@ -124,7 +124,8 @@ case $state in
'*:regex:' \
;;
(update)
_arguments -C $install_opts
_arguments -C $install_opts \
'--all[Update all installed packages in the environment]' \
;;
(help)
_arguments -C '(-h --help)'{-h,--help}'[show the help message and exit]' \