浏览代码

Merge pull request #2198 from Larandar/master

[PLUGINS] Brew: Add "options" as a valide first argument
Robby Russell 11 年之前
父节点
当前提交
7f3e56f8d6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/brew/_brew

+ 1 - 0
plugins/brew/_brew

@@ -26,6 +26,7 @@ _1st_arguments=(
   'list:list files in a formula or not-installed formulae'
   'log:git commit log for a formula'
   'missing:check all installed formuale for missing dependencies.'
+  'options:display install options specific to formula.'
   'outdated:list formulas for which a newer version is available'
   'prune:remove dead links'
   'reinstall:reinstall a formula'