From 1e8916ba8752c5de727425f2211a103217eff1ea Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Thu, 15 Apr 2010 20:20:20 +0200 Subject: 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. --- priv/shell-completion/bash/rebar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'priv/shell-completion/bash') 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 -- cgit v1.1