From be28613b092aeb2a552376e60a7dafe6a8b4a44f Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Mon, 16 Dec 2024 02:14:06 +0300 Subject: [PATCH] Mark internal --- libexec/pyenv-version-name | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/pyenv-version-name b/libexec/pyenv-version-name index ba6801e5..f7c57efb 100755 --- a/libexec/pyenv-version-name +++ b/libexec/pyenv-version-name @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Summary: Show the current Python version # -# -f/--force If a version doesn't exist, print it as is rather than produce an error +# -f/--force (Internal) If a version doesn't exist, print it as is rather than produce an error set -e [ -n "$PYENV_DEBUG" ] && set -x