Преглед изворни кода

Add template_dir= to bash completion

Tuncer Ayaz пре 14 година
родитељ
комит
a43381fe0b
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      priv/shell-completion/bash/rebar

+ 2
- 2
priv/shell-completion/bash/rebar Прегледај датотеку

@ -12,8 +12,8 @@ _rebar()
create create-app create-node doc delete-deps eunit \
get-deps generate help int_test perf_test test \
version xref \
case= force=1 jobs= suite= verbose=1 appid= template= \
skip_deps=1"
case= force=1 jobs= suite= verbose=1 appid= skip_deps=1 \
template= template_dir="
if [[ ${cur} == --* ]] ; then
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )

Loading…
Откажи
Сачувај