We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0af465 commit 7042422Copy full SHA for 7042422
bin/pyenv-users
@@ -113,6 +113,9 @@ if [[ "${#ARGUMENTS[@]}" == 0 ]]; then
113
DIR="$PYENV_DIR"
114
elif [[ "${#ARGUMENTS[@]}" == 1 ]]; then
115
DIR="${ARGUMENTS[0]}"
116
+else
117
+ pyenv help users
118
+ exit 1
119
fi
120
121
# The `links` are the symlink pathnames, `versions` are pyenv version strings,
0 commit comments