From 7bbf2ef5c6de71d08d75fc6c02045f3ac996af31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Sun, 17 Jan 2016 12:17:30 +0000 Subject: [PATCH] _brew: add 'style' to cask --- src/_brew | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_brew b/src/_brew index e51e99b1a5..51b0a91053 100644 --- a/src/_brew +++ b/src/_brew @@ -54,6 +54,7 @@ _brew_cask() { "install:installs the given Cask" "list:with no args, lists installed Casks; given installed Casks, lists staged files" "search:searches all known Casks" + "style:checks Cask style using RuboCop" "uninstall:uninstalls the given Cask" "update:a synonym for 'brew update'" "zap:zaps all files associated with the given Cask"