Update completions and manpages.

This commit is contained in:
Jonathan Chang 2021-02-15 13:32:22 +11:00
parent 99ed37fb29
commit 5792a0d1ef
4 changed files with 4 additions and 4 deletions

View File

@ -1225,7 +1225,7 @@ __fish_brew_complete_arg 'sh' -l quiet -d 'Make some output more quiet'
__fish_brew_complete_arg 'sh' -l verbose -d 'Make some output more verbose' __fish_brew_complete_arg 'sh' -l verbose -d 'Make some output more verbose'
__fish_brew_complete_cmd 'sponsors' 'Print a Markdown summary of Homebrew\'s GitHub Sponsors, suitable for pasting into a README' __fish_brew_complete_cmd 'sponsors' 'Update the list of GitHub Sponsors in the `Homebrew/brew` README'
__fish_brew_complete_arg 'sponsors' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'sponsors' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'sponsors' -l help -d 'Show this message' __fish_brew_complete_arg 'sponsors' -l help -d 'Show this message'
__fish_brew_complete_arg 'sponsors' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'sponsors' -l quiet -d 'Make some output more quiet'

View File

@ -196,7 +196,7 @@ __brew_internal_commands() {
'search:Perform a substring search of cask tokens and formula names for text' 'search:Perform a substring search of cask tokens and formula names for text'
'sh:Enter an interactive shell for Homebrew'\''s build environment' 'sh:Enter an interactive shell for Homebrew'\''s build environment'
'shellenv:Print export statements' 'shellenv:Print export statements'
'sponsors:Print a Markdown summary of Homebrew'\''s GitHub Sponsors, suitable for pasting into a README' 'sponsors:Update the list of GitHub Sponsors in the `Homebrew/brew` README'
'style:Check formulae or files for conformance to Homebrew style guidelines' 'style:Check formulae or files for conformance to Homebrew style guidelines'
'tap:Tap a formula repository' 'tap:Tap a formula repository'
'tap-info:Show detailed information about one or more taps' 'tap-info:Show detailed information about one or more taps'

View File

@ -1259,7 +1259,7 @@ which build systems would not find otherwise.
### `sponsors` ### `sponsors`
Print a Markdown summary of Homebrew's GitHub Sponsors, suitable for pasting into a README. Update the list of GitHub Sponsors in the `Homebrew/brew` README.
### `style` [*`options`*] [*`file`*|*`tap`*|*`formula`*|*`cask`* ...] ### `style` [*`options`*] [*`file`*|*`tap`*|*`formula`*|*`cask`* ...]

View File

@ -1737,7 +1737,7 @@ Use the standard \fBPATH\fR instead of superenv\'s when \fBstd\fR is passed\.
Execute commands in a non\-interactive shell\. Execute commands in a non\-interactive shell\.
. .
.SS "\fBsponsors\fR" .SS "\fBsponsors\fR"
Print a Markdown summary of Homebrew\'s GitHub Sponsors, suitable for pasting into a README\. Update the list of GitHub Sponsors in the \fBHomebrew/brew\fR README\.
. .
.SS "\fBstyle\fR [\fIoptions\fR] [\fIfile\fR|\fItap\fR|\fIformula\fR|\fIcask\fR \.\.\.]" .SS "\fBstyle\fR [\fIoptions\fR] [\fIfile\fR|\fItap\fR|\fIformula\fR|\fIcask\fR \.\.\.]"
Check formulae or files for conformance to Homebrew style guidelines\. Check formulae or files for conformance to Homebrew style guidelines\.