mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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:
parent
f9f9d362b7
commit
9fc3794ea1
@ -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
|
||||||
|
@ -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'
|
||||||
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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`:
|
||||||
|
@ -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\.
|
||||||
.
|
.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user