mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Add create to shell completion
This commit is contained in:
parent
0f494c2a14
commit
3a1d2e433c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ _rebar()
|
||||||
sopts="-h -c -v -f -j"
|
sopts="-h -c -v -f -j"
|
||||||
lopts=" --help --commands --verbose --force --jobs="
|
lopts=" --help --commands --verbose --force --jobs="
|
||||||
cmdsnvars="analyze build_plt check_plt check-deps clean compile \
|
cmdsnvars="analyze build_plt check_plt check-deps clean compile \
|
||||||
create-app create-node delete-deps eunit \
|
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 \
|
||||||
case= force=1 jobs= suite= verbose=1 appid= target= template="
|
case= force=1 jobs= suite= verbose=1 appid= target= template="
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue