Ver código fonte

Add (y/N) prompt help text (#404)

pull/413/head
Seonghyeon Cho 2 anos atrás
committed by GitHub
pai
commit
5509c25ac1
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      bin/pyenv-virtualenv-delete

+ 1
- 1
bin/pyenv-virtualenv-delete Ver arquivo

@ -88,7 +88,7 @@ if [ -z "$FORCE" ]; then
exit 1
fi
read -p "pyenv-virtualenv: remove $PREFIX? "
read -p "pyenv-virtualenv: remove $PREFIX? (y/N) "
case "$REPLY" in
y* | Y* ) ;;
* ) exit 1 ;;

Carregando…
Cancelar
Salvar