浏览代码

Add `leaves` command to `brew` completion

Erlend Hamberg 10 年之前
父节点
当前提交
763cef8013
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/brew/_brew

+ 1 - 0
plugins/brew/_brew

@@ -35,6 +35,7 @@ _1st_arguments=(
   'info:information about a formula'
   'install:install a formula'
   'reinstall:install a formula anew; re-using its current options'
+  'leaves:show installed formulae that are not dependencies of another installed formula'
   'link:link a formula'
   'list:list files in a formula or not-installed formulae'
   'log:git commit log for a formula'