Skip to content

Commit

Permalink
Merge pull request #10903 from Homebrew/update-manpage
Browse files Browse the repository at this point in the history
Update maintainers, manpage and completions.
  • Loading branch information
MikeMcQuaid committed Mar 22, 2021
2 parents ca33b3d + f6e5bb7 commit a235b38
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions completions/bash/brew
Expand Up @@ -1848,6 +1848,7 @@ _brew_test() {
__brewcomp "
--HEAD
--debug
--force
--help
--keep-tmp
--quiet
Expand Down
1 change: 1 addition & 0 deletions completions/fish/brew.fish
Expand Up @@ -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_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 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 keep-tmp -d 'Retain the temporary files created for the test'
__fish_brew_complete_arg 'test' -l quiet -d 'Make some output more quiet'
Expand Down
1 change: 1 addition & 0 deletions completions/zsh/_brew
Expand Up @@ -1594,6 +1594,7 @@ _brew_test() {
_arguments \
'--HEAD[Test the head version of a formula]' \
'--debug[Display any debugging information]' \
'--force[Test formulae even if they are unlinked]' \
'--help[Show this message]' \
'--keep-tmp[Retain the temporary files created for the test]' \
'--quiet[Make some output more quiet]' \
Expand Down
2 changes: 2 additions & 0 deletions docs/Manpage.md
Expand Up @@ -1319,6 +1319,8 @@ user if something is wrong with the installed formula.

*Example:* `brew install jruby && brew test jruby`

* `-f`, `--force`:
Test formulae even if they are unlinked.
* `--HEAD`:
Test the head version of a formula.
* `--keep-tmp`:
Expand Down
4 changes: 4 additions & 0 deletions manpages/brew.1
Expand Up @@ -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
.
.TP
\fB\-f\fR, \fB\-\-force\fR
Test formulae even if they are unlinked\.
.
.TP
\fB\-\-HEAD\fR
Test the head version of a formula\.
.
Expand Down

0 comments on commit a235b38

Please sign in to comment.