mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -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
|
||||
echo exec
|
||||
echo rehash
|
||||
echo version-name
|
||||
echo version-origin
|
||||
echo which
|
||||
exit
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue