浏览代码

Merge pull request #3057 from igorzoriy/master

Added 'uninstall' command to brew completion
Robby Russell 10 年之前
父节点
当前提交
b43e8ab723
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/brew/_brew

+ 1 - 0
plugins/brew/_brew

@@ -50,6 +50,7 @@ _1st_arguments=(
   'server:start a local web app that lets you browse formulae (requires Sinatra)'
   'services:small wrapper around `launchctl` for supported formulae'
   'tap:tap a new formula repository from GitHub, or list existing taps'
+  'uninstall:uninstall a formula'
   'unlink:unlink a formula'
   'unpin:unpin specified formulae'
   'untap:remove a tapped repository'