Update maintainers, manpage and completions.

Autogenerated by the [update-manpage](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-manpage.yml) workflow.
This commit is contained in:
BrewTestBot 2021-02-26 18:08:09 +00:00
parent 68ae267fba
commit 19d50de8ca
5 changed files with 9 additions and 9 deletions

View File

@ -1292,7 +1292,7 @@ _brew_man() {
-*)
__brewcomp "
--debug
--fail-if-changed
--fail-if-not-changed
--help
--quiet
--verbose

View File

@ -950,7 +950,7 @@ __fish_brew_complete_arg 'ls' -a '(__fish_brew_suggest_casks_installed)'
__fish_brew_complete_cmd 'man' 'Generate Homebrew\'s manpages'
__fish_brew_complete_arg 'man' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'man' -l fail-if-changed -d 'Return a failing status code if changes are detected in the manpage outputs. This can be used to notify CI when the manpages are out of date. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date)'
__fish_brew_complete_arg 'man' -l fail-if-not-changed -d 'Return a failing status code if no changes are detected in the manpage outputs. This can be used to notify CI when the manpages are out of date. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date)'
__fish_brew_complete_arg 'man' -l help -d 'Show this message'
__fish_brew_complete_arg 'man' -l quiet -d 'Make some output more quiet'
__fish_brew_complete_arg 'man' -l verbose -d 'Make some output more verbose'

View File

@ -1106,7 +1106,7 @@ _brew_ls() {
_brew_man() {
_arguments \
'--debug[Display any debugging information]' \
'--fail-if-changed[Return a failing status code if changes are detected in the manpage outputs. This can be used to notify CI when the manpages are out of date. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date)]' \
'--fail-if-not-changed[Return a failing status code if no changes are detected in the manpage outputs. This can be used to notify CI when the manpages are out of date. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date)]' \
'--help[Show this message]' \
'--quiet[Make some output more quiet]' \
'--verbose[Make some output more verbose]'

View File

@ -1099,14 +1099,14 @@ casks to check is taken from `HOMEBREW_LIVECHECK_WATCHLIST` or
* `--cask`:
Only check casks.
### `man` [*`--fail-if-changed`*]
### `man` [*`--fail-if-not-changed`*]
Generate Homebrew's manpages.
*Note:* Not (yet) working on Apple Silicon.
* `--fail-if-changed`:
Return a failing status code if changes are detected in the manpage outputs. This can be used to notify CI when the manpages are out of date. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date).
* `--fail-if-not-changed`:
Return a failing status code if no changes are detected in the manpage outputs. This can be used to notify CI when the manpages are out of date. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date).
### `mirror` [*`options`*] *`formula`* [...]

View File

@ -1522,15 +1522,15 @@ Only check formulae\.
\fB\-\-cask\fR
Only check casks\.
.
.SS "\fBman\fR [\fI\-\-fail\-if\-changed\fR]"
.SS "\fBman\fR [\fI\-\-fail\-if\-not\-changed\fR]"
Generate Homebrew\'s manpages\.
.
.P
\fINote:\fR Not (yet) working on Apple Silicon\.
.
.TP
\fB\-\-fail\-if\-changed\fR
Return a failing status code if changes are detected in the manpage outputs\. This can be used to notify CI when the manpages are out of date\. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date)\.
\fB\-\-fail\-if\-not\-changed\fR
Return a failing status code if no changes are detected in the manpage outputs\. This can be used to notify CI when the manpages are out of date\. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date)\.
.
.SS "\fBmirror\fR [\fIoptions\fR] \fIformula\fR [\.\.\.]"
Reupload the stable URL of a formula to Bintray for use as a mirror\.