浏览代码

Add install command target= var to bash completion

pull/3/head
Tuncer Ayaz 15 年前
父节点
当前提交
56e30351f7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      priv/shell-completion/bash/rebar

+ 2
- 2
priv/shell-completion/bash/rebar 查看文件

@ -10,8 +10,8 @@ _rebar()
lopts=" --help --verbose --force --jobs="
cmdsnvars="analyze build_plt check_plt clean compile \
create-app create-node eunit generate \
int_test perf_test test \
case= force=1 jobs= suite= verbose=1 appid="
install int_test perf_test test \
case= force=1 jobs= suite= verbose=1 appid= target="
if [[ ${cur} == --* ]] ; then
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )

正在加载...
取消
保存