mirror of
https://github.com/zunit-zsh/zunit.git
synced 2026-09-10 06:36:15 -04:00
Update completion
This commit is contained in:
parent
55820243d0
commit
8767b70601
|
|
@ -21,6 +21,7 @@ _zunit() {
|
|||
'(-v --version)'{-v,--version}'[show version information and exit]' \
|
||||
'(-f --fail-fast)'{-f,--fail-fast}'[stop execution after the first failure]' \
|
||||
'(-t --tap)'{-t,--tap}'[output results in a TAP compatible format]' \
|
||||
'--verbose[prints full output from each test]' \
|
||||
'--output-text[print results to a text log, in TAP compatible format]' \
|
||||
'--output-html[print results to a HTML page]' \
|
||||
'--allow-risky[supress warnings generated for risky tests]' \
|
||||
|
|
@ -42,6 +43,7 @@ _zunit() {
|
|||
'(-h --help)'{-h,--help}'[show help text and exit]' \
|
||||
'(-f --fail-fast)'{-f,--fail-fast}'[stop execution after the first failure]' \
|
||||
'(-t --tap)'{-t,--tap}'[output results in a TAP compatible format]' \
|
||||
'--verbose[prints full output from each test]' \
|
||||
'--output-text[print results to a text log, in TAP compatible format]' \
|
||||
'--output-html[print results to a HTML page]' \
|
||||
'--allow-risky[supress warnings generated for risky tests]' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue