Compare commits

..

3 Commits

Author SHA1 Message Date
Shohei YOSHIDA 85ae1dcf51
Merge 527ba0ab72 into e461417f4e 2026-03-21 23:01:39 +09:00
Shohei YOSHIDA 527ba0ab72
Add cpack completion 2026-03-21 23:00:53 +09:00
Shohei YOSHIDA a0c540ab1f
add ctest 2026-03-21 23:00:41 +09:00
2 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,9 @@ _cpack() {
'--list-presets[List available package preset]' \
'(- *)'{--version,-version}=-'[Print version number and exit]::format:(json-v1)' \
'(- *)--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-manual[Print one help manual and exit]:manual:_cpack_help_manuals' \
'(- *)--help-manual-list[List help manuals available and exit]' \

View File

@ -113,6 +113,8 @@ _ctest() {
'--no-compress-output[Do not compress test output when submitting]' \
'--print-labels[Print all available test labels]' \
'--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]' \
'(- *)'{--version,-version}'[Print version number and exit]' \
'(- *)--help-full[Print all help manuals and exit]' \