mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
Remove backward compat --no-error option
This commit is contained in:
parent
c64aebef08
commit
08cfea259c
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
|
|
@ -21,10 +21,6 @@ while [ $# -gt 0 ]; do
|
|||
"-f" | "--force" )
|
||||
FORCE=1
|
||||
;;
|
||||
"--no-error" )
|
||||
# for backward compatibility with v20151103 and earlier
|
||||
QUIET=1
|
||||
;;
|
||||
"-q" | "--quiet")
|
||||
QUIET=1
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue