From 1de0ecf4e14cc0f53e200f4e1fe73caf034ba578 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 2 Oct 2022 17:32:21 +0000 Subject: [PATCH] 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. --- completions/bash/brew | 2 ++ completions/fish/brew.fish | 2 ++ completions/zsh/_brew | 2 ++ docs/Manpage.md | 2 ++ manpages/brew.1 | 4 ++++ 5 files changed, 12 insertions(+) diff --git a/completions/bash/brew b/completions/bash/brew index 10cd747cb7..643ffb1817 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -1261,6 +1261,7 @@ _brew_lc() { --json --newer-only --quiet + --resources --tap --verbose " @@ -1375,6 +1376,7 @@ _brew_livecheck() { --json --newer-only --quiet + --resources --tap --verbose " diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 4b54f2d4d4..216e0a1dcd 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -911,6 +911,7 @@ __fish_brew_complete_arg 'lc' -l installed -d 'Check formulae and casks that are __fish_brew_complete_arg 'lc' -l json -d 'Output information in JSON format' __fish_brew_complete_arg 'lc' -l newer-only -d 'Show the latest version only if it\'s newer than the formula/cask' __fish_brew_complete_arg 'lc' -l quiet -d 'Suppress warnings, don\'t print a progress bar for JSON output' +__fish_brew_complete_arg 'lc' -l resources -d 'Also check resources for formulae' __fish_brew_complete_arg 'lc' -l tap -d 'Check formulae and casks within the given tap, specified as user`/`repo' __fish_brew_complete_arg 'lc' -l verbose -d 'Make some output more verbose' __fish_brew_complete_arg 'lc; and not __fish_seen_argument -l cask -l casks' -a '(__fish_brew_suggest_formulae_all)' @@ -980,6 +981,7 @@ __fish_brew_complete_arg 'livecheck' -l installed -d 'Check formulae and casks t __fish_brew_complete_arg 'livecheck' -l json -d 'Output information in JSON format' __fish_brew_complete_arg 'livecheck' -l newer-only -d 'Show the latest version only if it\'s newer than the formula/cask' __fish_brew_complete_arg 'livecheck' -l quiet -d 'Suppress warnings, don\'t print a progress bar for JSON output' +__fish_brew_complete_arg 'livecheck' -l resources -d 'Also check resources for formulae' __fish_brew_complete_arg 'livecheck' -l tap -d 'Check formulae and casks within the given tap, specified as user`/`repo' __fish_brew_complete_arg 'livecheck' -l verbose -d 'Make some output more verbose' __fish_brew_complete_arg 'livecheck; and not __fish_seen_argument -l cask -l casks' -a '(__fish_brew_suggest_formulae_all)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index e219390246..5495214012 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1107,6 +1107,7 @@ _brew_lc() { '(--debug)--json[Output information in JSON format]' \ '--newer-only[Show the latest version only if it'\''s newer than the formula/cask]' \ '--quiet[Suppress warnings, don'\''t print a progress bar for JSON output]' \ + '--resources[Also check resources for formulae]' \ '(--eval-all --installed)--tap[Check formulae and casks within the given tap, specified as user`/`repo]' \ '--verbose[Make some output more verbose]' \ - formula \ @@ -1192,6 +1193,7 @@ _brew_livecheck() { '(--debug)--json[Output information in JSON format]' \ '--newer-only[Show the latest version only if it'\''s newer than the formula/cask]' \ '--quiet[Suppress warnings, don'\''t print a progress bar for JSON output]' \ + '--resources[Also check resources for formulae]' \ '(--eval-all --installed)--tap[Check formulae and casks within the given tap, specified as user`/`repo]' \ '--verbose[Make some output more verbose]' \ - formula \ diff --git a/docs/Manpage.md b/docs/Manpage.md index cc87074b45..78aa6313e3 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1267,6 +1267,8 @@ casks to check is taken from `HOMEBREW_LIVECHECK_WATCHLIST` or Show the latest version only if it's newer than the formula/cask. * `--json`: Output information in JSON format. +* `-r`, `--resources`: + Also check resources for formulae. * `-q`, `--quiet`: Suppress warnings, don't print a progress bar for JSON output. * `--formula`: diff --git a/manpages/brew.1 b/manpages/brew.1 index add3c39520..637a107031 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1810,6 +1810,10 @@ Show the latest version only if it\'s newer than the formula/cask\. Output information in JSON format\. . .TP +\fB\-r\fR, \fB\-\-resources\fR +Also check resources for formulae\. +. +.TP \fB\-q\fR, \fB\-\-quiet\fR Suppress warnings, don\'t print a progress bar for JSON output\. .