Add template_dir= to bash completion

This commit is contained in:
Tuncer Ayaz 2010-08-31 12:41:34 +02:00
parent 9813126176
commit a43381fe0b

View file

@ -12,8 +12,8 @@ _rebar()
create create-app create-node doc delete-deps eunit \
get-deps generate help int_test perf_test test \
version xref \
case= force=1 jobs= suite= verbose=1 appid= template= \
skip_deps=1"
case= force=1 jobs= suite= verbose=1 appid= skip_deps=1 \
template= template_dir="
if [[ ${cur} == --* ]] ; then
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )