mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Added appid= to bash-completion
This commit is contained in:
parent
96e9a2a521
commit
d32bd6d4a1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ _rebar()
|
|||
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"
|
||||
case= force=1 jobs= suite= verbose=1 appid="
|
||||
|
||||
if [[ ${cur} == --* ]] ; then
|
||||
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )
|
||||
|
|
Loading…
Reference in a new issue