mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
fix help item completion
This commit is contained in:
@@ -626,6 +626,8 @@ elif [[ $words[2] == --build ]] ; then
|
||||
_cmake_on_build
|
||||
elif [[ $words[2] == --install ]] ; then
|
||||
_cmake_on_install
|
||||
elif [[ $words[2] == --help-* ]] ; then
|
||||
_arguments "$cmake_help_actions[@]"
|
||||
else
|
||||
_arguments "$cmake_build_options[@]"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user