Merge pull request #13449 from Homebrew/update-man-completions
Update maintainers, manpage and completions.
This commit is contained in:
commit
cc6119261c
@ -1046,9 +1046,9 @@ __fish_brew_complete_arg 'outdated' -l cask -d 'List only outdated casks'
|
||||
__fish_brew_complete_arg 'outdated' -l debug -d 'Display any debugging information'
|
||||
__fish_brew_complete_arg 'outdated' -l fetch-HEAD -d 'Fetch the upstream repository to detect if the HEAD installation of the formula is outdated. Otherwise, the repository\'s HEAD will only be checked for updates when a new stable or development version has been released'
|
||||
__fish_brew_complete_arg 'outdated' -l formula -d 'List only outdated formulae'
|
||||
__fish_brew_complete_arg 'outdated' -l greedy -d 'Print outdated casks with `auto_updates true` or `version :latest`'
|
||||
__fish_brew_complete_arg 'outdated' -l greedy-auto-updates -d 'Print outdated casks including those with `auto_updates true`'
|
||||
__fish_brew_complete_arg 'outdated' -l greedy-latest -d 'Print outdated casks including those with `version :latest`'
|
||||
__fish_brew_complete_arg 'outdated' -l greedy -d 'Also include outdated casks with `auto_updates true` or `version :latest`'
|
||||
__fish_brew_complete_arg 'outdated' -l greedy-auto-updates -d 'Also include outdated casks including those with `auto_updates true`'
|
||||
__fish_brew_complete_arg 'outdated' -l greedy-latest -d 'Also include outdated casks including those with `version :latest`'
|
||||
__fish_brew_complete_arg 'outdated' -l help -d 'Show this message'
|
||||
__fish_brew_complete_arg 'outdated' -l json -d 'Print output in JSON format. There are two versions: `v1` and `v2`. `v1` is deprecated and is currently the default if no version is specified. `v2` prints outdated formulae and casks'
|
||||
__fish_brew_complete_arg 'outdated' -l quiet -d 'List only the names of outdated kegs (takes precedence over `--verbose`)'
|
||||
|
@ -1276,9 +1276,9 @@ _brew_outdated() {
|
||||
_arguments \
|
||||
'--debug[Display any debugging information]' \
|
||||
'--fetch-HEAD[Fetch the upstream repository to detect if the HEAD installation of the formula is outdated. Otherwise, the repository'\''s HEAD will only be checked for updates when a new stable or development version has been released]' \
|
||||
'--greedy[Print outdated casks with `auto_updates true` or `version :latest`]' \
|
||||
'--greedy-auto-updates[Print outdated casks including those with `auto_updates true`]' \
|
||||
'--greedy-latest[Print outdated casks including those with `version :latest`]' \
|
||||
'--greedy[Also include outdated casks with `auto_updates true` or `version :latest`]' \
|
||||
'--greedy-auto-updates[Also include outdated casks including those with `auto_updates true`]' \
|
||||
'--greedy-latest[Also include outdated casks including those with `version :latest`]' \
|
||||
'--help[Show this message]' \
|
||||
'(--quiet --verbose)--json[Print output in JSON format. There are two versions: `v1` and `v2`. `v1` is deprecated and is currently the default if no version is specified. `v2` prints outdated formulae and casks]' \
|
||||
'(--verbose --json)--quiet[List only the names of outdated kegs (takes precedence over `--verbose`)]' \
|
||||
|
@ -489,11 +489,11 @@ information is displayed in interactive shells, and suppressed otherwise.
|
||||
* `--fetch-HEAD`:
|
||||
Fetch the upstream repository to detect if the HEAD installation of the formula is outdated. Otherwise, the repository's HEAD will only be checked for updates when a new stable or development version has been released.
|
||||
* `--greedy`:
|
||||
Print outdated casks with `auto_updates true` or `version :latest`.
|
||||
Also include outdated casks with `auto_updates true` or `version :latest`.
|
||||
* `--greedy-latest`:
|
||||
Print outdated casks including those with `version :latest`.
|
||||
Also include outdated casks including those with `version :latest`.
|
||||
* `--greedy-auto-updates`:
|
||||
Print outdated casks including those with `auto_updates true`.
|
||||
Also include outdated casks including those with `auto_updates true`.
|
||||
|
||||
### `pin` *`installed_formula`* [...]
|
||||
|
||||
|
@ -681,15 +681,15 @@ Fetch the upstream repository to detect if the HEAD installation of the formula
|
||||
.
|
||||
.TP
|
||||
\fB\-\-greedy\fR
|
||||
Print outdated casks with \fBauto_updates true\fR or \fBversion :latest\fR\.
|
||||
Also include outdated casks with \fBauto_updates true\fR or \fBversion :latest\fR\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-greedy\-latest\fR
|
||||
Print outdated casks including those with \fBversion :latest\fR\.
|
||||
Also include outdated casks including those with \fBversion :latest\fR\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-greedy\-auto\-updates\fR
|
||||
Print outdated casks including those with \fBauto_updates true\fR\.
|
||||
Also include outdated casks including those with \fBauto_updates true\fR\.
|
||||
.
|
||||
.SS "\fBpin\fR \fIinstalled_formula\fR [\.\.\.]"
|
||||
Pin the specified \fIformula\fR, preventing them from being upgraded when issuing the \fBbrew upgrade\fR \fIformula\fR command\. See also \fBunpin\fR\.
|
||||
|
Loading…
x
Reference in New Issue
Block a user