mirror of
https://github.com/conda-incubator/conda-zsh-completion.git
synced 2026-03-04 14:24:59 +08:00
create also allows package versions to be completed
This commit is contained in:
2
_conda
2
_conda
@@ -412,7 +412,7 @@ case $state in
|
||||
'--unknown[use index metadata from the local package cache]' \
|
||||
'--clone[path to (or name of) existing local environment]' \
|
||||
'--no-default-packages[ignore create_default_packages in condarc file]' \
|
||||
'*:packages:__describe_conda_package_available' \
|
||||
'*:packages:__magic' \
|
||||
;;
|
||||
(install)
|
||||
_arguments -C $help_opts \
|
||||
|
||||
Reference in New Issue
Block a user