Compare commits

..

3 Commits

Author SHA1 Message Date
Shohei YOSHIDA 0609dbbdba
Merge 5993fc38e7 into e461417f4e 2026-03-22 02:22:39 -07:00
Shohei YOSHIDA 5993fc38e7
Add cpack completion 2026-03-22 18:22:26 +09:00
Shohei YOSHIDA e4006dea72
add ctest 2026-03-22 18:22:23 +09:00
2 changed files with 0 additions and 5 deletions

View File

@ -54,9 +54,6 @@ _cpack() {
'--list-presets[List available package preset]' \ '--list-presets[List available package preset]' \
'(- *)'{--version,-version}=-'[Print version number and exit]::format:(json-v1)' \ '(- *)'{--version,-version}=-'[Print version number and exit]::format:(json-v1)' \
'(- *)--help[Print usage information and exit]' \ '(- *)--help[Print usage information and exit]' \
'(- *)'{--version,-version}=-'[Print version number and exit]::format:(json-v1)' \
'(- *)'{--help,-help,-usage,-h,-H}'[Print usage information and exit]' \
'(- *)'{--version,-version}'[Print version number and exit]' \
'(- *)--help-full[Print all help manuals and exit]' \ '(- *)--help-full[Print all help manuals and exit]' \
'(- *)--help-manual[Print one help manual and exit]:manual:_cpack_help_manuals' \ '(- *)--help-manual[Print one help manual and exit]:manual:_cpack_help_manuals' \
'(- *)--help-manual-list[List help manuals available and exit]' \ '(- *)--help-manual-list[List help manuals available and exit]' \

View File

@ -113,8 +113,6 @@ _ctest() {
'--no-compress-output[Do not compress test output when submitting]' \ '--no-compress-output[Do not compress test output when submitting]' \
'--print-labels[Print all available test labels]' \ '--print-labels[Print all available test labels]' \
'--no-tests=[Regard no tests]:type:(error ignore)' \ '--no-tests=[Regard no tests]:type:(error ignore)' \
'(- *)'{-h,-H,--help,-usage}'[Print usage information and exit]' \
'(- *)'{--version,-version}=-'[Print version number and exit]::format:(json-v1)' \
'(- *)'{--help,-help,-usage,-h,-H}'[Print usage information and exit]' \ '(- *)'{--help,-help,-usage,-h,-H}'[Print usage information and exit]' \
'(- *)'{--version,-version}'[Print version number and exit]' \ '(- *)'{--version,-version}'[Print version number and exit]' \
'(- *)--help-full[Print all help manuals and exit]' \ '(- *)--help-full[Print all help manuals and exit]' \