소스 검색

Add commands option to bash completion

Add -c/--commands option to the bash completion script.
Tuncer Ayaz 15 년 전
부모
커밋
16c5de8aea
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      priv/shell-completion/bash/rebar

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

@ -6,8 +6,8 @@ _rebar()
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
sopts="-h -v -f -j"
lopts=" --help --verbose --force --jobs="
sopts="-h -c -v -f -j"
lopts=" --help --commands --verbose --force --jobs="
cmdsnvars="analyze build_plt check_plt clean compile \
create-app create-node eunit generate \
install int_test perf_test test \

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