From f86d8a06cc3f9771d911e10e97275883f11bea8b Mon Sep 17 00:00:00 2001 From: Simon Olofsson Date: Thu, 16 Nov 2017 14:03:42 +0100 Subject: [PATCH] completions/zsh: Update `brew cask` completions. --- completions/zsh/_brew_cask | 2 ++ 1 file changed, 2 insertions(+) diff --git a/completions/zsh/_brew_cask b/completions/zsh/_brew_cask index 1e493fc2a6..ff277ea607 100644 --- a/completions/zsh/_brew_cask +++ b/completions/zsh/_brew_cask @@ -40,6 +40,8 @@ __brew_cask_commands() { 'info:displays information about the given Cask' 'install:installs the given Cask' 'list:with no args, lists installed Casks; given installed Casks, lists staged files' + 'outdated:list the outdated installed Casks' + 'reinstall:reinstalls the given Cask' 'search:searches all known Casks' 'style:checks Cask style using RuboCop' 'uninstall:uninstalls the given Cask'