浏览代码

added the 'mix local.hex' command to plugin completions

Craig Paterson 10 年之前
父节点
当前提交
8ce1245770
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/mix/_mix

+ 1 - 0
plugins/mix/_mix

@@ -21,6 +21,7 @@ _1st_arguments=(
     'local.install:Install a task or an archive locally'
     'local.rebar:Install rebar locally'
     'local.uninstall:Uninstall local tasks or archives'
+    'local.hex:Install Hex locally'
     'new:Creates a new Elixir project'
     'run:Run the given file or expression'
     "test:Run a project's tests"