Mark internal

This commit is contained in:
Ivan Pozdeev 2024-12-16 02:14:06 +03:00
parent 28fa28ce95
commit be28613b09

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Summary: Show the current Python version # 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 set -e
[ -n "$PYENV_DEBUG" ] && set -x [ -n "$PYENV_DEBUG" ] && set -x