mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Added jobs= to bash-completion
This commit is contained in:
parent
e9ddd08e2a
commit
2ae3fd9aae
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ _rebar()
|
|||
cmdsnvars="analyze build_plt clean compile create-app \
|
||||
create-app create-node eunit generate \
|
||||
int_test perf_test test \
|
||||
case= force=1 suite= verbose=1"
|
||||
case= force=1 jobs= suite= verbose=1"
|
||||
|
||||
if [[ ${cur} == --* ]] ; then
|
||||
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )
|
||||
|
|
Loading…
Reference in a new issue