mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
add version-name/version-origin to hooks completion
This commit is contained in:
parent
c3a5f91ed0
commit
97f0499f43
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ set -e
|
||||||
if [ "$1" = "--complete" ]; then
|
if [ "$1" = "--complete" ]; then
|
||||||
echo exec
|
echo exec
|
||||||
echo rehash
|
echo rehash
|
||||||
|
echo version-name
|
||||||
|
echo version-origin
|
||||||
echo which
|
echo which
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue