Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
This commit is contained in:
parent
0162cdeffe
commit
ad96b58c27
@ -1922,7 +1922,7 @@ __fish_brew_complete_arg 'upgrade' -l fontdir -d 'Target location for Fonts (def
|
|||||||
__fish_brew_complete_arg 'upgrade' -l force -d 'Install formulae without checking for previously installed keg-only or non-migrated versions. When installing casks, overwrite existing files (binaries and symlinks are excluded, unless originally from the same cask)'
|
__fish_brew_complete_arg 'upgrade' -l force -d 'Install formulae without checking for previously installed keg-only or non-migrated versions. When installing casks, overwrite existing files (binaries and symlinks are excluded, unless originally from the same cask)'
|
||||||
__fish_brew_complete_arg 'upgrade' -l force-bottle -d 'Install from a bottle if it exists for the current or newest version of macOS, even if it would not normally be used for installation'
|
__fish_brew_complete_arg 'upgrade' -l force-bottle -d 'Install from a bottle if it exists for the current or newest version of macOS, even if it would not normally be used for installation'
|
||||||
__fish_brew_complete_arg 'upgrade' -l formula -d 'Treat all named arguments as formulae. If no named arguments are specified, upgrade only outdated formulae'
|
__fish_brew_complete_arg 'upgrade' -l formula -d 'Treat all named arguments as formulae. If no named arguments are specified, upgrade only outdated formulae'
|
||||||
__fish_brew_complete_arg 'upgrade' -l greedy -d 'Also include casks with `auto_updates true` or `version :latest`'
|
__fish_brew_complete_arg 'upgrade' -l greedy -d 'Also include casks with `auto_updates true` or `version :latest`. Enabled by default if `$HOMEBREW_UPGRADE_GREEDY` is set'
|
||||||
__fish_brew_complete_arg 'upgrade' -l greedy-auto-updates -d 'Also include casks with `auto_updates true`'
|
__fish_brew_complete_arg 'upgrade' -l greedy-auto-updates -d 'Also include casks with `auto_updates true`'
|
||||||
__fish_brew_complete_arg 'upgrade' -l greedy-latest -d 'Also include casks with `version :latest`'
|
__fish_brew_complete_arg 'upgrade' -l greedy-latest -d 'Also include casks with `version :latest`'
|
||||||
__fish_brew_complete_arg 'upgrade' -l help -d 'Show this message'
|
__fish_brew_complete_arg 'upgrade' -l help -d 'Show this message'
|
||||||
|
@ -2365,7 +2365,7 @@ _brew_upgrade() {
|
|||||||
'(--formula)--fontdir[Target location for Fonts (default: `~/Library/Fonts`)]' \
|
'(--formula)--fontdir[Target location for Fonts (default: `~/Library/Fonts`)]' \
|
||||||
'--force[Install formulae without checking for previously installed keg-only or non-migrated versions. When installing casks, overwrite existing files (binaries and symlinks are excluded, unless originally from the same cask)]' \
|
'--force[Install formulae without checking for previously installed keg-only or non-migrated versions. When installing casks, overwrite existing files (binaries and symlinks are excluded, unless originally from the same cask)]' \
|
||||||
'(--cask --build-from-source)--force-bottle[Install from a bottle if it exists for the current or newest version of macOS, even if it would not normally be used for installation]' \
|
'(--cask --build-from-source)--force-bottle[Install from a bottle if it exists for the current or newest version of macOS, even if it would not normally be used for installation]' \
|
||||||
'(--formula)--greedy[Also include casks with `auto_updates true` or `version :latest`]' \
|
'(--formula)--greedy[Also include casks with `auto_updates true` or `version :latest`. Enabled by default if `$HOMEBREW_UPGRADE_GREEDY` is set]' \
|
||||||
'(--formula)--greedy-auto-updates[Also include casks with `auto_updates true`]' \
|
'(--formula)--greedy-auto-updates[Also include casks with `auto_updates true`]' \
|
||||||
'(--formula)--greedy-latest[Also include casks with `version :latest`]' \
|
'(--formula)--greedy-latest[Also include casks with `version :latest`]' \
|
||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
|
@ -1754,7 +1754,8 @@ for the upgraded formulae or, every 30 days, for all formulae.
|
|||||||
|
|
||||||
`-g`, `--greedy`
|
`-g`, `--greedy`
|
||||||
|
|
||||||
: Also include casks with `auto_updates true` or `version :latest`.
|
: Also include casks with `auto_updates true` or `version :latest`. Enabled by
|
||||||
|
default if `$HOMEBREW_UPGRADE_GREEDY` is set.
|
||||||
|
|
||||||
`--greedy-latest`
|
`--greedy-latest`
|
||||||
|
|
||||||
|
@ -1084,7 +1084,7 @@ Treat all named arguments as casks\. If no named arguments are specified, upgrad
|
|||||||
Skip installing cask dependencies\.
|
Skip installing cask dependencies\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-g\fP, \fB\-\-greedy\fP
|
\fB\-g\fP, \fB\-\-greedy\fP
|
||||||
Also include casks with \fBauto_updates true\fP or \fBversion :latest\fP\&\.
|
Also include casks with \fBauto_updates true\fP or \fBversion :latest\fP\&\. Enabled by default if \fB$HOMEBREW_UPGRADE_GREEDY\fP is set\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-greedy\-latest\fP
|
\fB\-\-greedy\-latest\fP
|
||||||
Also include casks with \fBversion :latest\fP\&\.
|
Also include casks with \fBversion :latest\fP\&\.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user