Kaynağa Gözat
Fix pyenv-uninstall not having the debug tracing invocation (#3020)
pull/3022/head
native-api
2 yıl önce
işlemeyi yapan:
GitHub
ebeveyn
işleme
cdd97d8c30
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile
1 ekleme ve
0 silme
-
plugins/python-build/bin/pyenv-uninstall
|
|
|
@ -11,6 +11,7 @@ |
|
|
|
# See `pyenv versions` for a complete list of installed versions. |
|
|
|
# |
|
|
|
set -e |
|
|
|
[ -n "$PYENV_DEBUG" ] && set -x |
|
|
|
|
|
|
|
# Provide pyenv completions |
|
|
|
if [ "$1" = "--complete" ]; then |
|
|
|
|