Merge pull request #370 from vitorgalvao/patch-1
_brew: add 'style' to cask
This commit is contained in:
commit
e6354e099e
|
@ -76,6 +76,7 @@ _brew_cask() {
|
||||||
"install:installs the given Cask"
|
"install:installs the given Cask"
|
||||||
"list:with no args, lists installed Casks; given installed Casks, lists staged files"
|
"list:with no args, lists installed Casks; given installed Casks, lists staged files"
|
||||||
"search:searches all known Casks"
|
"search:searches all known Casks"
|
||||||
|
"style:checks Cask style using RuboCop"
|
||||||
"uninstall:uninstalls the given Cask"
|
"uninstall:uninstalls the given Cask"
|
||||||
"update:a synonym for 'brew update'"
|
"update:a synonym for 'brew update'"
|
||||||
"zap:zaps all files associated with the given Cask"
|
"zap:zaps all files associated with the given Cask"
|
||||||
|
|
Loading…
Reference in New Issue