From fc0801731015834ec45a6d04ee14d4c54dbcfc61 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 14 Jul 2024 20:49:39 +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 | 8 ++++++++ manpages/brew.1 | 6 ++++++ 5 files changed, 20 insertions(+) diff --git a/completions/bash/brew b/completions/bash/brew index a82232bee71cf..531f978423873 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -438,6 +438,7 @@ _brew_bump() { __brewcomp " --cask --debug + --eval-all --formula --full-name --help @@ -447,6 +448,7 @@ _brew_bump() { --no-pull-requests --open-pr --quiet + --repology --start-with --tap --verbose diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 7657bd6936ba7..e0dbc08de5541 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -378,6 +378,7 @@ __fish_brew_complete_arg 'bottle' -a '(__fish_brew_suggest_formulae_installed)' __fish_brew_complete_cmd 'bump' 'Display out-of-date brew formulae and the latest version available' __fish_brew_complete_arg 'bump' -l cask -d 'Check only casks' __fish_brew_complete_arg 'bump' -l debug -d 'Display any debugging information' +__fish_brew_complete_arg 'bump' -l eval-all -d 'Evaluate all formulae and casks' __fish_brew_complete_arg 'bump' -l formula -d 'Check only formulae' __fish_brew_complete_arg 'bump' -l full-name -d 'Print formulae/casks with fully-qualified names' __fish_brew_complete_arg 'bump' -l help -d 'Show this message' @@ -387,6 +388,7 @@ __fish_brew_complete_arg 'bump' -l no-fork -d 'Don\'t try to fork the repository __fish_brew_complete_arg 'bump' -l no-pull-requests -d 'Do not retrieve pull requests from GitHub' __fish_brew_complete_arg 'bump' -l open-pr -d 'Open a pull request for the new version if none have been opened yet' __fish_brew_complete_arg 'bump' -l quiet -d 'Make some output more quiet' +__fish_brew_complete_arg 'bump' -l repology -d 'Use Repology to check for outdated packages' __fish_brew_complete_arg 'bump' -l start-with -d 'Letter or word that the list of package results should alphabetically follow' __fish_brew_complete_arg 'bump' -l tap -d 'Check formulae and casks within the given tap, specified as user`/`repo' __fish_brew_complete_arg 'bump' -l verbose -d 'Make some output more verbose' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 206dfe91432c7..e66049dbe733c 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -496,6 +496,7 @@ _brew_bottle() { _brew_bump() { _arguments \ '--debug[Display any debugging information]' \ + '--eval-all[Evaluate all formulae and casks]' \ '--full-name[Print formulae/casks with fully-qualified names]' \ '--help[Show this message]' \ '(--tap)--installed[Check formulae and casks that are currently installed]' \ @@ -504,6 +505,7 @@ _brew_bump() { '(--open-pr)--no-pull-requests[Do not retrieve pull requests from GitHub]' \ '(--no-pull-requests)--open-pr[Open a pull request for the new version if none have been opened yet]' \ '--quiet[Make some output more quiet]' \ + '--repology[Use Repology to check for outdated packages]' \ '--start-with[Letter or word that the list of package results should alphabetically follow]' \ '(--installed)--tap[Check formulae and casks within the given tap, specified as user`/`repo]' \ '--verbose[Make some output more verbose]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 6faf19574a665..f5c7c5a2ea3d2 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1764,6 +1764,14 @@ formulae, also displays whether a pull request has been opened with the URL. : Check only casks. +`--eval-all` + +: Evaluate all formulae and casks. + +`--repology` + +: Use Repology to check for outdated packages. + `--tap` : Check formulae and casks within the given tap, specified as diff --git a/manpages/brew.1 b/manpages/brew.1 index c95c1c1285c25..762e53cb76615 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1108,6 +1108,12 @@ Check only formulae\. \fB\-\-cask\fP Check only casks\. .TP +\fB\-\-eval\-all\fP +Evaluate all formulae and casks\. +.TP +\fB\-\-repology\fP +Use Repology to check for outdated packages\. +.TP \fB\-\-tap\fP Check formulae and casks within the given tap, specified as \fIuser\fP\fB/\fP\fIrepo\fP\&\. .TP