Browse Source

add version-name/version-origin to hooks completion

pull/653/head^2
Jason Karns 10 years ago
committed by Mislav Marohnić
parent
commit
97f0499f43
1 changed files with 2 additions and 0 deletions
  1. +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

Loading…
Cancel
Save