소스 검색

Add install command target= var to bash completion

pull/3/head
Tuncer Ayaz 15 년 전
부모
커밋
56e30351f7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      priv/shell-completion/bash/rebar

+ 2
- 2
priv/shell-completion/bash/rebar 파일 보기

@ -10,8 +10,8 @@ _rebar()
lopts=" --help --verbose --force --jobs=" lopts=" --help --verbose --force --jobs="
cmdsnvars="analyze build_plt check_plt clean compile \ cmdsnvars="analyze build_plt check_plt clean compile \
create-app create-node eunit generate \ 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 if [[ ${cur} == --* ]] ; then
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) ) COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )

불러오는 중...
취소
저장