From a2b767b520ee9067004527db6cdc99365fdf9ff9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Aug 2021 07:56:05 +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 | 4 ++++ completions/fish/brew.fish | 6 +++++- completions/zsh/_brew | 8 ++++++-- docs/Manpage.md | 10 +++++++++- manpages/brew.1 | 18 +++++++++++++++++- 5 files changed, 41 insertions(+), 5 deletions(-) diff --git a/completions/bash/brew b/completions/bash/brew index c24e439f49..46e2525846 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -1479,6 +1479,8 @@ _brew_outdated() { --fetch-HEAD --formula --greedy + --greedy-auto-updates + --greedy-latest --help --json --quiet @@ -2333,6 +2335,8 @@ _brew_upgrade() { --force-bottle --formula --greedy + --greedy-auto-updates + --greedy-latest --help --ignore-pinned --input-methoddir diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 836b32f0d3..dfb938fe90 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -1029,7 +1029,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` or `version :latest`' +__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 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`)' @@ -1530,6 +1532,8 @@ __fish_brew_complete_arg 'upgrade' -l force -d 'Install formulae without checkin __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 greedy -d 'Also include casks with `auto_updates true` or `version :latest`' +__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 help -d 'Show this message' __fish_brew_complete_arg 'upgrade' -l ignore-pinned -d 'Set a successful exit status even if pinned formulae are not upgraded' __fish_brew_complete_arg 'upgrade' -l input-methoddir -d 'Target location for Input Methods (default: `~/Library/Input Methods`)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index bbb638651f..0d52f0b72a 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1260,7 +1260,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` or `version :latest`]' \ + '--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`]' \ '--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`)]' \ @@ -1874,6 +1876,8 @@ _brew_upgrade() { '--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]' \ '(--formula)--greedy[Also include casks with `auto_updates true` or `version :latest`]' \ + '(--formula)--greedy-auto-updates[Also include casks with `auto_updates true`]' \ + '(--formula)--greedy-latest[Also include casks with `version :latest`]' \ '--help[Show this message]' \ '(--cask)--ignore-pinned[Set a successful exit status even if pinned formulae are not upgraded]' \ '(--formula)--input-methoddir[Target location for Input Methods (default: `~/Library/Input Methods`)]' \ @@ -1896,7 +1900,7 @@ _brew_upgrade() { '(--formula)--vst-plugindir[Target location for VST Plugins (default: `~/Library/Audio/Plug-Ins/VST`)]' \ '(--formula)--vst3-plugindir[Target location for VST3 Plugins (default: `~/Library/Audio/Plug-Ins/VST3`)]' \ - outdated_formula \ - '(--casks --binaries --require-sha --quarantine --skip-cask-deps --greedy --appdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae. If no named arguments are specified, upgrade only outdated formulae]' \ + '(--casks --binaries --require-sha --quarantine --skip-cask-deps --greedy --greedy-latest --greedy-auto-updates --appdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae. If no named arguments are specified, upgrade only outdated formulae]' \ '*::outdated_formula:__brew_outdated_formulae' \ - outdated_cask \ '(--formulae --build-from-source --interactive --force-bottle --fetch-HEAD --ignore-pinned --keep-tmp --display-times)--cask[Treat all named arguments as casks. If no named arguments are specified, upgrade only outdated casks]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index fdec00d5c3..339fbdbf15 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -465,7 +465,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` or `version :latest`. + Print outdated casks with `auto_updates true` or `version :latest`. +* `--greedy-latest`: + Print outdated casks including those with `version :latest`. +* `--greedy-auto-updates`: + Print outdated casks including those with `auto_updates true`. ### `pin` *`installed_formula`* [...] @@ -703,6 +707,10 @@ upgraded formulae or, every 30 days, for all formulae. Skip installing cask dependencies. * `--greedy`: Also include casks with `auto_updates true` or `version :latest`. +* `--greedy-latest`: + Also include casks with `version :latest`. +* `--greedy-auto-updates`: + Also include casks with `auto_updates true`. ### `uses` [*`options`*] *`formula`* [...] diff --git a/manpages/brew.1 b/manpages/brew.1 index f53def03a8..a4e2cefcfc 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -640,7 +640,15 @@ Fetch the upstream repository to detect if the HEAD installation of the formula . .TP \fB\-\-greedy\fR -Print outdated casks with \fBauto_updates\fR or \fBversion :latest\fR\. +Print 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\. +. +.TP +\fB\-\-greedy\-auto\-updates\fR +Print 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\. @@ -971,6 +979,14 @@ Skip installing cask dependencies\. \fB\-\-greedy\fR Also include casks with \fBauto_updates true\fR or \fBversion :latest\fR\. . +.TP +\fB\-\-greedy\-latest\fR +Also include casks with \fBversion :latest\fR\. +. +.TP +\fB\-\-greedy\-auto\-updates\fR +Also include casks with \fBauto_updates true\fR\. +. .SS "\fBuses\fR [\fIoptions\fR] \fIformula\fR [\.\.\.]" Show formulae and casks that specify \fIformula\fR as a dependency; that is, show dependents of \fIformula\fR\. When given multiple formula arguments, show the intersection of formulae that use \fIformula\fR\. By default, \fBuses\fR shows all formulae and casks that specify \fIformula\fR as a required or recommended dependency for their stable builds\. .