mirror of
https://github.com/conda-incubator/conda-zsh-completion.git
synced 2026-03-04 14:24:59 +08:00
add missing unknown
This commit is contained in:
2
_conda
2
_conda
@@ -170,6 +170,7 @@ case $state in
|
|||||||
$install_opts \
|
$install_opts \
|
||||||
$json_opts \
|
$json_opts \
|
||||||
$channel_opts \
|
$channel_opts \
|
||||||
|
'--unknown[use index metadata from the local package cache]' \
|
||||||
'--clone[path to (or name of) existing local environment]' \
|
'--clone[path to (or name of) existing local environment]' \
|
||||||
'--no-default-packages[ignore create_default_packages in condarc file]' \
|
'--no-default-packages[ignore create_default_packages in condarc file]' \
|
||||||
'*:packages:__conda_packages_search' \
|
'*:packages:__conda_packages_search' \
|
||||||
@@ -191,6 +192,7 @@ case $state in
|
|||||||
$install_opts \
|
$install_opts \
|
||||||
$json_opts \
|
$json_opts \
|
||||||
$channel_opts \
|
$channel_opts \
|
||||||
|
'--unknown[use index metadata from the local package cache]' \
|
||||||
'--all[Update all installed packages in the environment]' \
|
'--all[Update all installed packages in the environment]' \
|
||||||
'*:packages:__conda_packages_installed' \
|
'*:packages:__conda_packages_installed' \
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user