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.
This commit is contained in:
BrewTestBot 2021-08-24 12:45:34 +00:00
parent f9f9d362b7
commit 9fc3794ea1
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 12 additions and 3 deletions

View File

@ -124,6 +124,7 @@ _brew___cache() {
case "${cur}" in case "${cur}" in
-*) -*)
__brewcomp " __brewcomp "
--HEAD
--build-from-source --build-from-source
--cask --cask
--debug --debug

View File

@ -200,6 +200,7 @@ end
__fish_brew_complete_cmd '--cache' 'Display Homebrew\'s download cache' __fish_brew_complete_cmd '--cache' 'Display Homebrew\'s download cache'
__fish_brew_complete_arg '--cache' -l HEAD -d 'Show the cache file used when building from HEAD'
__fish_brew_complete_arg '--cache' -l build-from-source -d 'Show the cache file used when building from source' __fish_brew_complete_arg '--cache' -l build-from-source -d 'Show the cache file used when building from source'
__fish_brew_complete_arg '--cache' -l cask -d 'Only show cache files for casks' __fish_brew_complete_arg '--cache' -l cask -d 'Only show cache files for casks'
__fish_brew_complete_arg '--cache' -l debug -d 'Display any debugging information' __fish_brew_complete_arg '--cache' -l debug -d 'Display any debugging information'

View File

@ -252,9 +252,10 @@ __brew_diagnostic_checks() {
# brew --cache # brew --cache
_brew___cache() { _brew___cache() {
_arguments \ _arguments \
'(--force-bottle --cask)--build-from-source[Show the cache file used when building from source]' \ '(--build-from-source --force-bottle --cask)--HEAD[Show the cache file used when building from HEAD]' \
'(--force-bottle --HEAD --cask)--build-from-source[Show the cache file used when building from source]' \
'--debug[Display any debugging information]' \ '--debug[Display any debugging information]' \
'(--build-from-source --cask)--force-bottle[Show the cache file used when pouring a bottle]' \ '(--build-from-source --HEAD --cask)--force-bottle[Show the cache file used when pouring a bottle]' \
'--help[Show this message]' \ '--help[Show this message]' \
'--quiet[Make some output more quiet]' \ '--quiet[Make some output more quiet]' \
'--verbose[Make some output more verbose]' \ '--verbose[Make some output more verbose]' \
@ -262,7 +263,7 @@ _brew___cache() {
'(--cask)--formula[Only show cache files for formulae]' \ '(--cask)--formula[Only show cache files for formulae]' \
'*::formula:__brew_formulae' \ '*::formula:__brew_formulae' \
- cask \ - cask \
'(--build-from-source --force-bottle --formula)--cask[Only show cache files for casks]' \ '(--build-from-source --force-bottle --HEAD --formula)--cask[Only show cache files for casks]' \
'*::cask:__brew_casks' '*::cask:__brew_casks'
} }

View File

@ -747,6 +747,8 @@ If *`formula`* is provided, display the file or directory used to cache *`formul
Show the cache file used when building from source. Show the cache file used when building from source.
* `--force-bottle`: * `--force-bottle`:
Show the cache file used when pouring a bottle. Show the cache file used when pouring a bottle.
* `--HEAD`:
Show the cache file used when building from HEAD.
* `--formula`: * `--formula`:
Only show cache files for formulae. Only show cache files for formulae.
* `--cask`: * `--cask`:

View File

@ -1037,6 +1037,10 @@ Show the cache file used when building from source\.
Show the cache file used when pouring a bottle\. Show the cache file used when pouring a bottle\.
. .
.TP .TP
\fB\-\-HEAD\fR
Show the cache file used when building from HEAD\.
.
.TP
\fB\-\-formula\fR \fB\-\-formula\fR
Only show cache files for formulae\. Only show cache files for formulae\.
. .