summaryrefslogtreecommitdiff
path: root/priv/shell-completion/bash
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2010-04-15 20:20:20 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2010-04-15 20:20:20 +0200
commit1e8916ba8752c5de727425f2211a103217eff1ea (patch)
treeea6d76b3310567eab600dc25bf69fcd879f689f1 /priv/shell-completion/bash
parentaea6f669395a8304d3b2daddbc1e1d71412c4f60 (diff)
Document xref command
Also add a sleep after printing so that the io server has written all output before exiting. It's a work around.
Diffstat (limited to 'priv/shell-completion/bash')
-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 f36320a..6e089dc 100644
--- a/priv/shell-completion/bash/rebar
+++ b/priv/shell-completion/bash/rebar
@@ -10,7 +10,7 @@ _rebar()
lopts=" --help --commands --verbose --force --jobs="
cmdsnvars="analyze build_plt check_plt check-deps clean compile \
create create-app create-node delete-deps eunit \
- get-deps generate install int_test perf_test test \
+ get-deps generate install int_test perf_test test xref \
case= force=1 jobs= suite= verbose=1 appid= target= template="
if [[ ${cur} == --* ]] ; then