summaryrefslogtreecommitdiff
path: root/priv/shell-completion/bash/rebar
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2010-01-16 18:52:25 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2010-01-16 18:52:25 +0100
commitd32bd6d4a1205041ef050dabe0c73939efc2dc99 (patch)
treef6a17b371f7206a6f1af15da27d4ffb4e984a334 /priv/shell-completion/bash/rebar
parent96e9a2a521dcd86865ac5bfff7ed4c96e70945f1 (diff)
Added appid= to bash-completion
Diffstat (limited to 'priv/shell-completion/bash/rebar')
-rw-r--r--priv/shell-completion/bash/rebar2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/shell-completion/bash/rebar b/priv/shell-completion/bash/rebar
index a974915..af31271 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 \
int_test perf_test test \
- case= force=1 jobs= suite= verbose=1"
+ case= force=1 jobs= suite= verbose=1 appid="
if [[ ${cur} == --* ]] ; then
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )