From 7855e18042267c3b755e49615a4c1ad25c77e9e9 Mon Sep 17 00:00:00 2001 From: Mohammad Zain Abbas Date: Sun, 7 Aug 2022 17:06:40 +0200 Subject: [PATCH] Updated `brew livecheck` zsh completions for `--resources` flag --- completions/zsh/_brew | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 7c33b10012..8290d9433f 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -174,7 +174,7 @@ __brew_internal_commands() { 'link:Symlink all of formula'\''s installed files into Homebrew'\''s prefix' 'linkage:Check the library links from the given formula kegs' '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' 'migrate:Migrate renamed packages to new names, where formula are old names of packages' '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]' \ '(--all --installed)--tap[Check formulae/casks within the given tap, specified as user`/`repo]' \ '--verbose[Make some output more verbose]' \ + '--resources[Also check resources for formulae]' \ - formula \ '(--cask)--formula[Only check formulae]' \ '*::formula:__brew_formulae' \