mirror of
https://github.com/conda-incubator/conda-zsh-completion.git
synced 2026-03-04 14:24:59 +08:00
correction: -V is for --version
This commit is contained in:
2
_conda
2
_conda
@@ -78,7 +78,7 @@ __conda_commands(){
|
||||
local -a opts
|
||||
opts=(
|
||||
'(-h --help)'{-h,--help}'[show this help message and exit]'
|
||||
'(-v --version)'{-v,--version}'[show program''s version number and exit]'
|
||||
'(-V --version)'{-V,--version}'[show program''s version number and exit]'
|
||||
)
|
||||
|
||||
_arguments -C $opts \
|
||||
|
||||
Reference in New Issue
Block a user