mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
Add install command target= var to bash completion
This commit is contained in:
parent
92e667b062
commit
56e30351f7
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ _rebar()
|
|||
lopts=" --help --verbose --force --jobs="
|
||||
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 appid="
|
||||
install int_test perf_test test \
|
||||
case= force=1 jobs= suite= verbose=1 appid= target="
|
||||
|
||||
if [[ ${cur} == --* ]] ; then
|
||||
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )
|
||||
|
|
Loading…
Reference in a new issue