diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-02-27 00:07:00 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-02-27 00:07:00 +0100 |
commit | 56e30351f70dc9924ff873fc4fbb1e9738c807d2 (patch) | |
tree | a9ba574742523795e1d3ac3335fb144aba4bd02b /priv | |
parent | 92e667b062b139d41cef10304362681cd48609d9 (diff) |
Add install command target= var to bash completion
Diffstat (limited to 'priv')
-rw-r--r-- | priv/shell-completion/bash/rebar | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/shell-completion/bash/rebar b/priv/shell-completion/bash/rebar index af31271..a7a1426 100644 --- a/priv/shell-completion/bash/rebar +++ b/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}) ) |