이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
isprogram
/
pyenv
의 미러
https://github.com/pyenv/pyenv.git
보기
1
좋아요
0
포크
0
코드
이슈
0
Projects
0
릴리즈
241
위키
활동
소스 검색
Usage consistency
pull/360/head^2
Sam Stephenson
13 년 전
부모
51467dc4a3
커밋
4b6c91e827
2개의 변경된 파일
과
3개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libexec/rbenv-hooks
+1
-1
libexec/rbenv-whence
+ 2
- 2
libexec/rbenv-hooks
파일 보기
@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Summary: List hook scripts for a rbenv command
# Usage: rbenv hooks
COMMAND
# Summary: List hook scripts for a
given
rbenv command
# Usage: rbenv hooks
<command>
set -e
[ -n "$RBENV_DEBUG" ] && set -x
+ 1
- 1
libexec/rbenv-whence
파일 보기
@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Summary: List all Ruby versions that contain the given executable
# Usage: rbenv whence [--path]
COMMAND
# Usage: rbenv whence [--path]
<command>
set -e
[ -n "$RBENV_DEBUG" ] && set -x
쓰기
미리보기
불러오는 중...
취소
저장