mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-16 15:33:51 -05:00
Remove backward compat --no-error option
This commit is contained in:
@@ -35,10 +35,6 @@ while [ $# -gt 0 ]; do
|
||||
"-f" | "--force" )
|
||||
FORCE=1
|
||||
;;
|
||||
"--no-error" )
|
||||
# for backward compatibility with v20151103 and earlier
|
||||
QUIET=1
|
||||
;;
|
||||
"-q" | "--quiet" )
|
||||
QUIET=1
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user