completion for info

This commit is contained in:
Valentin Haenel
2015-02-10 16:28:51 +01:00
parent bf3424f282
commit 76e68b244f

9
_conda
View File

@@ -138,6 +138,15 @@ case $state in
_arguments -C '(-h --help)'{-h,--help}'[show the help message and exit]' \
'*:commands:__conda_commands' \
;;
(info)
_arguments -C '(-h --help)'{-h,--help}'[show the help message and exit]' \
'--json[report all output as json.]' \
'(-a --all)'{-a,--all}'[show all information, (environments, license, and system information]' \
'(-e --envs)'{-e,--envs}'[list all known conda environments]' \
'(-l --license)'{-l,--license}'[display information about local conda licenses list]' \
'(-s --system)'{-s,--system}'[list environment variables]' \
'--root[display root environment path]'
;;
(*)
#_arguments -C $opts
_path_files