소스 검색

Add doc command and skip_deps option to bash completion

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

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

@ -9,10 +9,11 @@ _rebar()
sopts="-h -c -v -V -f -j"
lopts=" --help --commands --verbose --force --jobs= --version"
cmdsnvars="analyze build_plt check_plt check-deps clean compile \
create create-app create-node delete-deps eunit \
create create-app create-node doc delete-deps eunit \
get-deps generate help install 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= target= template= \
skip_deps=1"
if [[ ${cur} == --* ]] ; then
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )

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