mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Add debug_info=1 to shell completion
This commit is contained in:
parent
d24021f4e3
commit
bb6d07011f
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ _rebar()
|
||||||
cmdsnvars="build-plt check-plt check-deps clean compile \
|
cmdsnvars="build-plt check-plt check-deps clean compile \
|
||||||
create create-app create-node ct dialyze doc delete-deps eunit \
|
create create-app create-node ct dialyze doc delete-deps eunit \
|
||||||
get-deps generate help list-templates version xref \
|
get-deps generate help list-templates version xref \
|
||||||
case= force=1 jobs= suite= verbose=1 appid= skip_deps=1 \
|
case= debug_info=1 force=1 jobs= suite= verbose=1 appid= \
|
||||||
template= template_dir="
|
skip_deps=1 template= template_dir="
|
||||||
|
|
||||||
if [[ ${cur} == --* ]] ; then
|
if [[ ${cur} == --* ]] ; then
|
||||||
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )
|
||||||
|
|
Loading…
Reference in a new issue