This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
240
Wiki
Activity
Browse Source
Usage consistency
pull/360/head^2
Sam Stephenson
13 years ago
parent
51467dc4a3
commit
4b6c91e827
2 changed files
with
3 additions
and
3 deletions
Split View
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
View File
@ -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
View File
@ -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
Write
Preview
Loading…
Cancel
Save