Explorar el Código

Added check_plt to bash-completion

pull/3/head
Tuncer Ayaz hace 15 años
padre
commit
51b3feabc4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      priv/shell-completion/bash/rebar

+ 1
- 1
priv/shell-completion/bash/rebar Ver fichero

@ -8,7 +8,7 @@ _rebar()
prev="${COMP_WORDS[COMP_CWORD-1]}"
sopts="-h -v -f -j"
lopts=" --help --verbose --force --jobs"
cmdsnvars="analyze build_plt clean compile \
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"

Cargando…
Cancelar
Guardar