From 444b55e0e665f9d2395ec59214177902edd0cee8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 19 Oct 2021 16:14:29 +0000 Subject: [PATCH] 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. --- completions/bash/brew | 18 ------------------ completions/fish/brew.fish | 8 -------- completions/internal_commands_list.txt | 1 - completions/zsh/_brew | 11 ----------- docs/Manpage.md | 2 +- manpages/brew.1 | 2 +- 6 files changed, 2 insertions(+), 40 deletions(-) diff --git a/completions/bash/brew b/completions/bash/brew index a46f0eb730..7211c6c536 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -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 ;; diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 6666127d95..fe690de552 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -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' diff --git a/completions/internal_commands_list.txt b/completions/internal_commands_list.txt index e5ac7b212c..09af017ba6 100644 --- a/completions/internal_commands_list.txt +++ b/completions/internal_commands_list.txt @@ -57,7 +57,6 @@ livecheck ln log ls -man migrate missing options diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 8dcdc964c9..7f702c5561 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -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 \ diff --git a/docs/Manpage.md b/docs/Manpage.md index ed3c89f47b..67067fb184 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -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. diff --git a/manpages/brew.1 b/manpages/brew.1 index 7351b9bd86..e6cc9e5c9a 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -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