Updated brew livecheck zsh completions for --resources flag
This commit is contained in:
parent
c825ab7dfe
commit
7855e18042
@ -174,7 +174,7 @@ __brew_internal_commands() {
|
|||||||
'link:Symlink all of formula'\''s installed files into Homebrew'\''s prefix'
|
'link:Symlink all of formula'\''s installed files into Homebrew'\''s prefix'
|
||||||
'linkage:Check the library links from the given formula kegs'
|
'linkage:Check the library links from the given formula kegs'
|
||||||
'list:List all installed formulae and casks'
|
'list:List all installed formulae and casks'
|
||||||
'livecheck:Check for newer versions of formulae and/or casks from upstream'
|
'livecheck:Check for newer versions of formulae, resources and/or casks from upstream'
|
||||||
'log:Show the `git log` for formula or cask, or show the log for the Homebrew repository if no formula or cask is provided'
|
'log:Show the `git log` for formula or cask, or show the log for the Homebrew repository if no formula or cask is provided'
|
||||||
'migrate:Migrate renamed packages to new names, where formula are old names of packages'
|
'migrate:Migrate renamed packages to new names, where formula are old names of packages'
|
||||||
'missing:Check the given formula kegs for missing dependencies'
|
'missing:Check the given formula kegs for missing dependencies'
|
||||||
@ -1167,6 +1167,7 @@ _brew_livecheck() {
|
|||||||
'--quiet[Suppress warnings, don'\''t print a progress bar for JSON output]' \
|
'--quiet[Suppress warnings, don'\''t print a progress bar for JSON output]' \
|
||||||
'(--all --installed)--tap[Check formulae/casks within the given tap, specified as user`/`repo]' \
|
'(--all --installed)--tap[Check formulae/casks within the given tap, specified as user`/`repo]' \
|
||||||
'--verbose[Make some output more verbose]' \
|
'--verbose[Make some output more verbose]' \
|
||||||
|
'--resources[Also check resources for formulae]' \
|
||||||
- formula \
|
- formula \
|
||||||
'(--cask)--formula[Only check formulae]' \
|
'(--cask)--formula[Only check formulae]' \
|
||||||
'*::formula:__brew_formulae' \
|
'*::formula:__brew_formulae' \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user