diff --git a/completions/bash/brew b/completions/bash/brew index e9aa2d4cfb..66675878ef 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -400,6 +400,7 @@ _brew_bump() { --cask --debug --formula + --full-name --help --limit --no-pull-requests diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 842c424a88..0da4d4dba1 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -376,6 +376,7 @@ __fish_brew_complete_cmd 'bump' 'Display out-of-date brew formulae and the lates __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 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' __fish_brew_complete_arg 'bump' -l limit -d 'Limit number of package results returned' __fish_brew_complete_arg 'bump' -l no-pull-requests -d 'Do not retrieve pull requests from GitHub' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index f6d4da6742..87d8287c37 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -467,6 +467,7 @@ _brew_bottle() { _brew_bump() { _arguments \ '--debug[Display any debugging information]' \ + '--full-name[Print formulae/casks with fully-qualified names]' \ '--help[Show this message]' \ '--limit[Limit number of package results returned]' \ '--no-pull-requests[Do not retrieve pull requests from GitHub]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 4c0e44986b..9c9773efd1 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -829,6 +829,8 @@ value, while `--no-rebuild` will remove it. Display out-of-date brew formulae and the latest version available. Also displays whether a pull request has been opened with the URL. +* `--full-name`: + Print formulae/casks with fully-qualified names. * `--no-pull-requests`: Do not retrieve pull requests from GitHub. * `--formula`: diff --git a/manpages/brew.1 b/manpages/brew.1 index d8e3dd015a..02053bfdc0 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1136,6 +1136,10 @@ Use the specified \fIURL\fR as the root of the bottle\'s URL instead of Homebrew Display out\-of\-date brew formulae and the latest version available\. Also displays whether a pull request has been opened with the URL\. . .TP +\fB\-\-full\-name\fR +Print formulae/casks with fully\-qualified names\. +. +.TP \fB\-\-no\-pull\-requests\fR Do not retrieve pull requests from GitHub\. .