From 894cb54af7d85df0ac86bda221ff2ba7cc489404 Mon Sep 17 00:00:00 2001 From: Lawrence Date: Thu, 5 Sep 2019 23:34:28 -0400 Subject: [PATCH] Added `brew cask upgrade --dry-run` fish completion --- completions/fish/brew.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index e39f74d56e..5bb32f11f9 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -868,6 +868,7 @@ __fish_brew_complete_sub_arg 'cask' 'style' -l fix -d "Auto-correct any style er __fish_brew_complete_sub_cmd 'cask' 'upgrade' "Upgrades all outdated casks" __fish_brew_complete_sub_arg 'cask' 'upgrade' -l force +__fish_brew_complete_sub_arg 'cask' 'upgrade' -l dry-run __fish_brew_complete_sub_cmd 'cask' 'uninstall' "Uninstall the given Cask" __fish_brew_complete_sub_arg 'cask' 'uninstall remove rm' -l force -d "Uninstall even if the Cask is not present"