diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-03-11 01:40:06 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-03-11 01:40:06 +0100 |
commit | 459b312adab8fc25d72f7f3255db23c4cf44e24f (patch) | |
tree | e4c8164286721ad1fbcf2f9a98ac427cc07a2206 /priv/shell-completion | |
parent | faf21694fe890a4b10a1fdd1c3ae8ec470c13aa5 (diff) |
Add template variable to bash completion
Add create command's template variable to bash completion.
Diffstat (limited to 'priv/shell-completion')
-rw-r--r-- | priv/shell-completion/bash/rebar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/shell-completion/bash/rebar b/priv/shell-completion/bash/rebar index b01f6f6..ba87bdd 100644 --- a/priv/shell-completion/bash/rebar +++ b/priv/shell-completion/bash/rebar @@ -11,7 +11,7 @@ _rebar() cmdsnvars="analyze build_plt check_plt clean compile \ create-app create-node eunit generate \ 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 COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) ) |