Added appid= to bash-completion

This commit is contained in:
Tuncer Ayaz 2010-01-16 18:52:25 +01:00
parent 96e9a2a521
commit d32bd6d4a1

View file

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