mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-16 15:33:51 -05:00
1) Made --quiet as opposite of --verbose 2) Suppress warning about prompts on --quiet
This commit is contained in:
@@ -15,7 +15,6 @@ fi
|
||||
|
||||
unset FORCE
|
||||
unset QUIET
|
||||
unset VERBOSE
|
||||
|
||||
while [ $# -gt 0 ]; do
|
||||
case "$1" in
|
||||
@@ -30,7 +29,7 @@ while [ $# -gt 0 ]; do
|
||||
QUIET=1
|
||||
;;
|
||||
"-v" | "--verbose" )
|
||||
VERBOSE=1
|
||||
unset QUIET
|
||||
;;
|
||||
* )
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user