fix help item completion
This commit is contained in:
parent
bce05f9352
commit
be63667ca5
|
|
@ -626,6 +626,8 @@ elif [[ $words[2] == --build ]] ; then
|
||||||
_cmake_on_build
|
_cmake_on_build
|
||||||
elif [[ $words[2] == --install ]] ; then
|
elif [[ $words[2] == --install ]] ; then
|
||||||
_cmake_on_install
|
_cmake_on_install
|
||||||
|
elif [[ $words[2] == --help-* ]] ; then
|
||||||
|
_arguments "$cmake_help_actions[@]"
|
||||||
else
|
else
|
||||||
_arguments "$cmake_build_options[@]"
|
_arguments "$cmake_build_options[@]"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue