mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Add template variable to bash completion
Add create command's template variable to bash completion.
This commit is contained in:
parent
faf21694fe
commit
459b312ada
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||||
install int_test perf_test test \
|
install int_test perf_test test \
|
||||||
case= force=1 jobs= suite= verbose=1 appid= target="
|
case= force=1 jobs= suite= verbose=1 appid= target= template="
|
||||||
|
|
||||||
if [[ ${cur} == --* ]] ; then
|
if [[ ${cur} == --* ]] ; then
|
||||||
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )
|
||||||
|
|
Loading…
Reference in a new issue