mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Added check_plt to bash-completion
This commit is contained in:
parent
e60a6acc41
commit
51b3feabc4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ _rebar()
|
|||
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
||||
sopts="-h -v -f -j"
|
||||
lopts=" --help --verbose --force --jobs"
|
||||
cmdsnvars="analyze build_plt clean compile \
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue