소스 검색

completions for rbenv-completions

pull/487/head^2^2
Jason Karns 8 년 전
부모
커밋
2f917312f1
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      libexec/rbenv-completions

+ 5
- 0
libexec/rbenv-completions 파일 보기

@ -10,6 +10,11 @@ if [ -z "$COMMAND" ]; then
exit 1
fi
# Provide rbenv completions
if [ "$COMMAND" = "--complete" ]; then
exec rbenv-commands
fi
COMMAND_PATH="$(command -v "rbenv-$COMMAND" || command -v "rbenv-sh-$COMMAND")"
# --help is provided automatically

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