mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Add template_dir= to bash completion
This commit is contained in:
parent
9813126176
commit
a43381fe0b
1 changed files with 2 additions and 2 deletions
|
@ -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}) )
|
||||
|
|
Loading…
Reference in a new issue