diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-03-17 01:26:32 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-03-17 01:26:32 +0100 |
commit | 3dfc7a848663da416ebc7068d69310118fef3314 (patch) | |
tree | 2ea03bcd262c7e9fee4ca7e360b2d3ceb2010bd1 /priv | |
parent | c71ec1d68fc569035289380d1679bd92df6337ab (diff) |
Add get-deps and delete-deps to commands info and shell completion
Add get-deps and delete-deps to commands info string and
bash completion script.
Diffstat (limited to 'priv')
-rw-r--r-- | priv/shell-completion/bash/rebar | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/shell-completion/bash/rebar b/priv/shell-completion/bash/rebar index ba87bdd..20c6ec6 100644 --- a/priv/shell-completion/bash/rebar +++ b/priv/shell-completion/bash/rebar @@ -9,8 +9,8 @@ _rebar() sopts="-h -c -v -f -j" lopts=" --help --commands --verbose --force --jobs=" cmdsnvars="analyze build_plt check_plt clean compile \ - create-app create-node eunit generate \ - install int_test perf_test test \ + create-app create-node delete-deps eunit \ + get-deps generate install int_test perf_test test \ case= force=1 jobs= suite= verbose=1 appid= target= template=" if [[ ${cur} == --* ]] ; then |