basho / rebar

Erlang Build Tools -- Please file bug and feature requests at http://issues.basho.com.

Clone this repository (size: 432.4 KB): HTTPS / SSH
$ hg clone http://hg.basho.com/rebar
commit 192: d4e8a91dc041
parent 191: e821968f9afb
branch: default
Add template variable to bash completion Add create command's template variable to bash completion.
Tuncer Ayaz / tuncer
5 months ago

Changed (Δ10 bytes):

raw changeset »

priv/shell-completion/bash/rebar (1 lines added, 1 lines removed)

Up to file-list priv/shell-completion/bash/rebar:

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