diff options
Diffstat (limited to 'completions/zsh/_brew_cask')
| -rw-r--r-- | completions/zsh/_brew_cask | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/completions/zsh/_brew_cask b/completions/zsh/_brew_cask index 1e493fc2a..ff277ea60 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' |
