mirror of
https://github.com/conda-incubator/conda-zsh-completion.git
synced 2026-03-04 14:24:59 +08:00
base_opts now empty
This commit is contained in:
6
_conda
6
_conda
@@ -104,8 +104,6 @@ channel_opts=(
|
||||
'--use-local[use locally built packages]' \
|
||||
)
|
||||
|
||||
base_opts=(
|
||||
)
|
||||
install_opts=(
|
||||
'(-y --yes)'{-y,--yes}'[do not ask for confirmation]' \
|
||||
'--dry-run[only display what would have been done]' \
|
||||
@@ -151,7 +149,6 @@ case $state in
|
||||
;;
|
||||
(search)
|
||||
_arguments -C $help_opts \
|
||||
$base_opts \
|
||||
$env_opts \
|
||||
$json_opts \
|
||||
$channel_opts \
|
||||
@@ -165,7 +162,6 @@ case $state in
|
||||
;;
|
||||
(create)
|
||||
_arguments -C $help_opts \
|
||||
$base_opts \
|
||||
$env_opts \
|
||||
$install_opts \
|
||||
$json_opts \
|
||||
@@ -177,7 +173,6 @@ case $state in
|
||||
;;
|
||||
(install)
|
||||
_arguments -C $help_opts \
|
||||
$base_opts \
|
||||
$env_opts \
|
||||
$install_opts \
|
||||
$json_opts \
|
||||
@@ -187,7 +182,6 @@ case $state in
|
||||
;;
|
||||
(update)
|
||||
_arguments -C $help_opts \
|
||||
$base_opts \
|
||||
$env_opts \
|
||||
$install_opts \
|
||||
$json_opts \
|
||||
|
||||
Reference in New Issue
Block a user