mirror of
https://github.com/conda-incubator/conda-zsh-completion.git
synced 2026-03-04 14:24:59 +08:00
completion for init
This commit is contained in:
3
_conda
3
_conda
@@ -212,6 +212,9 @@ case $state in
|
|||||||
'--remove-key[remove a configuration key (and all its values)]' \
|
'--remove-key[remove a configuration key (and all its values)]' \
|
||||||
'(-f --force)'{-f,--force}'[write to the config file using the yaml parser]' \
|
'(-f --force)'{-f,--force}'[write to the config file using the yaml parser]' \
|
||||||
;;
|
;;
|
||||||
|
(init)
|
||||||
|
_arguments -C $help_opts \
|
||||||
|
;;
|
||||||
(*)
|
(*)
|
||||||
#_arguments -C $opts
|
#_arguments -C $opts
|
||||||
_path_files
|
_path_files
|
||||||
|
|||||||
Reference in New Issue
Block a user