diff options
| author | ilovezfs | 2017-02-21 04:35:52 -0800 |
|---|---|---|
| committer | ilovezfs | 2017-02-21 04:37:46 -0800 |
| commit | a81bd81a14b6f1b85f523dc9cdb925ed7cc62b9a (patch) | |
| tree | 3946eac5a0160a9ca4ca41b689e20bf21391fad6 /Library/Homebrew/cask | |
| parent | efd4d1554c71082543296e171a50791a295cc364 (diff) | |
| download | brew-a81bd81a14b6f1b85f523dc9cdb925ed7cc62b9a.tar.bz2 | |
brew uninstal alias for brew uninstall
If `brew instal` is permissible, `brew uninstal` should be, too.
Diffstat (limited to 'Library/Homebrew/cask')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli.rb b/Library/Homebrew/cask/lib/hbc/cli.rb index 73ab121d2..8e178e373 100644 --- a/Library/Homebrew/cask/lib/hbc/cli.rb +++ b/Library/Homebrew/cask/lib/hbc/cli.rb @@ -37,6 +37,7 @@ module Hbc "-S" => "search", # verb starting with "-" is questionable "up" => "update", "instal" => "install", # gem does the same + "uninstal" => "uninstall", "rm" => "uninstall", "remove" => "uninstall", "abv" => "info", |
