From 642655da33b266897ba6e0212dccf148a4dd7b0a Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sat, 7 Mar 2026 02:42:12 +0300 Subject: [PATCH] Document switches --- libexec/pyenv-versions | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libexec/pyenv-versions b/libexec/pyenv-versions index afe8747f..4c532699 100755 --- a/libexec/pyenv-versions +++ b/libexec/pyenv-versions @@ -3,6 +3,11 @@ # Usage: pyenv versions [--bare] [--skip-aliases] [--skip-envs] # # Lists all Python versions found in `$PYENV_ROOT/versions/*'. +# +# --bare List just the names, omit `system' +# --skip-aliases Skip symlinks to other versions and to virtual environments +# --skip-envs Skip virtual environments (under /envs) +# set -e [ -n "$PYENV_DEBUG" ] && set -x