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
241
Wiki
Activity
Browse Source
add version-name/version-origin to hooks completion
pull/653/head^2
Jason Karns
10 years ago
committed by
Mislav Marohnić
parent
c3a5f91ed0
commit
97f0499f43
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libexec/rbenv-hooks
+ 2
- 0
libexec/rbenv-hooks
View File
@ -9,6 +9,8 @@ set -e
if [ "$1" = "--complete" ]; then
echo exec
echo rehash
echo version-name
echo version-origin
echo which
exit
fi
Write
Preview
Loading…
Cancel
Save