Compare commits
3 Commits
0609dbbdba
...
85ae1dcf51
| Author | SHA1 | Date |
|---|---|---|
|
|
85ae1dcf51 | |
|
|
527ba0ab72 | |
|
|
a0c540ab1f |
|
|
@ -54,6 +54,9 @@ _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]' \
|
||||||
|
|
|
||||||
|
|
@ -113,6 +113,8 @@ _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]' \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue