mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Remove 'install' from bash completion
This commit is contained in:
parent
33918a0612
commit
c7863d9419
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ _rebar()
|
|||
lopts=" --help --commands --verbose --force --jobs= --version"
|
||||
cmdsnvars="analyze build_plt check_plt check-deps clean compile \
|
||||
create create-app create-node doc delete-deps eunit \
|
||||
get-deps generate help install int_test perf_test test \
|
||||
get-deps generate help int_test perf_test test \
|
||||
version xref \
|
||||
case= force=1 jobs= suite= verbose=1 appid= target= template= \
|
||||
case= force=1 jobs= suite= verbose=1 appid= template= \
|
||||
skip_deps=1"
|
||||
|
||||
if [[ ${cur} == --* ]] ; then
|
||||
|
|
Loading…
Reference in a new issue