Update maintainers, manpage and completions.

Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
This commit is contained in:
BrewTestBot 2021-10-19 16:14:29 +00:00
parent 823f663ab4
commit 444b55e0e6
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
6 changed files with 2 additions and 40 deletions

View File

@ -1401,23 +1401,6 @@ _brew_ls() {
__brew_complete_installed_casks
}
_brew_man() {
local cur="${COMP_WORDS[COMP_CWORD]}"
case "${cur}" in
-*)
__brewcomp "
--debug
--fail-if-not-changed
--help
--quiet
--verbose
"
return
;;
*)
esac
}
_brew_migrate() {
local cur="${COMP_WORDS[COMP_CWORD]}"
case "${cur}" in
@ -2500,7 +2483,6 @@ _brew() {
ln) _brew_ln ;;
log) _brew_log ;;
ls) _brew_ls ;;
man) _brew_man ;;
migrate) _brew_migrate ;;
missing) _brew_missing ;;
options) _brew_options ;;

View File

@ -992,14 +992,6 @@ __fish_brew_complete_arg 'ls; and not __fish_seen_argument -l cask -l casks' -a
__fish_brew_complete_arg 'ls; and not __fish_seen_argument -l formula -l formulae' -a '(__fish_brew_suggest_casks_installed)'
__fish_brew_complete_cmd 'man' 'Generate Homebrew\'s manpages and shell completions'
__fish_brew_complete_arg 'man' -l debug -d 'Display any debugging information'
__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'
__fish_brew_complete_cmd 'migrate' 'Migrate renamed packages to new names, where formula are old names of packages'
__fish_brew_complete_arg 'migrate' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'migrate' -l dry-run -d 'Show what would be migrated, but do not actually migrate anything'

View File

@ -57,7 +57,6 @@ livecheck
ln
log
ls
man
migrate
missing
options

View File

@ -30,7 +30,6 @@ __brew_list_aliases() {
'-v' '--version'
lc livecheck
tc typecheck
man generate-man-completions
)
echo "${aliases}"
}
@ -1213,16 +1212,6 @@ _brew_ls() {
'*::installed_cask:__brew_installed_casks'
}
# brew man
_brew_man() {
_arguments \
'--debug[Display any debugging information]' \
'--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]'
}
# brew migrate
_brew_migrate() {
_arguments \

View File

@ -1133,7 +1133,7 @@ a formula from a tap that is not `homebrew/core` use its fully-qualified form of
Display the path where *`formula`* is located.
### `generate-man-completions`, `man` [*`--fail-if-not-changed`*]
### `generate-man-completions` [*`--fail-if-not-changed`*]
Generate Homebrew's manpages and shell completions.

View File

@ -1607,7 +1607,7 @@ Overwrite the destination formula if it already exists\.
.SS "\fBformula\fR \fIformula\fR [\.\.\.]"
Display the path where \fIformula\fR is located\.
.
.SS "\fBgenerate\-man\-completions\fR, \fBman\fR [\fI\-\-fail\-if\-not\-changed\fR]"
.SS "\fBgenerate\-man\-completions\fR [\fI\-\-fail\-if\-not\-changed\fR]"
Generate Homebrew\'s manpages and shell completions\.
.
.TP