Merge pull request #10903 from Homebrew/update-manpage

Update maintainers, manpage and completions.
This commit is contained in:
Mike McQuaid 2021-03-22 14:41:40 +00:00 committed by GitHub
commit a235b38000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 0 deletions

View File

@ -1848,6 +1848,7 @@ _brew_test() {
__brewcomp " __brewcomp "
--HEAD --HEAD
--debug --debug
--force
--help --help
--keep-tmp --keep-tmp
--quiet --quiet

View File

@ -1295,6 +1295,7 @@ __fish_brew_complete_arg 'tc' -l verbose -d 'Make some output more verbose'
__fish_brew_complete_cmd 'test' 'Run the test method provided by an installed formula' __fish_brew_complete_cmd 'test' 'Run the test method provided by an installed formula'
__fish_brew_complete_arg 'test' -l HEAD -d 'Test the head version of a formula' __fish_brew_complete_arg 'test' -l HEAD -d 'Test the head version of a formula'
__fish_brew_complete_arg 'test' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'test' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'test' -l force -d 'Test formulae even if they are unlinked'
__fish_brew_complete_arg 'test' -l help -d 'Show this message' __fish_brew_complete_arg 'test' -l help -d 'Show this message'
__fish_brew_complete_arg 'test' -l keep-tmp -d 'Retain the temporary files created for the test' __fish_brew_complete_arg 'test' -l keep-tmp -d 'Retain the temporary files created for the test'
__fish_brew_complete_arg 'test' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'test' -l quiet -d 'Make some output more quiet'

View File

@ -1594,6 +1594,7 @@ _brew_test() {
_arguments \ _arguments \
'--HEAD[Test the head version of a formula]' \ '--HEAD[Test the head version of a formula]' \
'--debug[Display any debugging information]' \ '--debug[Display any debugging information]' \
'--force[Test formulae even if they are unlinked]' \
'--help[Show this message]' \ '--help[Show this message]' \
'--keep-tmp[Retain the temporary files created for the test]' \ '--keep-tmp[Retain the temporary files created for the test]' \
'--quiet[Make some output more quiet]' \ '--quiet[Make some output more quiet]' \

View File

@ -1319,6 +1319,8 @@ user if something is wrong with the installed formula.
*Example:* `brew install jruby && brew test jruby` *Example:* `brew install jruby && brew test jruby`
* `-f`, `--force`:
Test formulae even if they are unlinked.
* `--HEAD`: * `--HEAD`:
Test the head version of a formula. Test the head version of a formula.
* `--keep-tmp`: * `--keep-tmp`:

View File

@ -1830,6 +1830,10 @@ Run the test method provided by an installed formula\. There is no standard outp
\fIExample:\fR \fBbrew install jruby && brew test jruby\fR \fIExample:\fR \fBbrew install jruby && brew test jruby\fR
. .
.TP .TP
\fB\-f\fR, \fB\-\-force\fR
Test formulae even if they are unlinked\.
.
.TP
\fB\-\-HEAD\fR \fB\-\-HEAD\fR
Test the head version of a formula\. Test the head version of a formula\.
. .