mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-17 07:53:42 -05:00
Add short options
This commit is contained in:
@@ -15,13 +15,13 @@ unset VERBOSE
|
||||
|
||||
while [ $# -gt 0 ]; do
|
||||
case "$1" in
|
||||
"--force" )
|
||||
"-f" | "--force" )
|
||||
FORCE=1
|
||||
;;
|
||||
"--no-error" | "--quiet")
|
||||
"-q" | "--quiet")
|
||||
QUIET=1
|
||||
;;
|
||||
"--verbose" )
|
||||
"-v" | "--verbose" )
|
||||
VERBOSE=1
|
||||
;;
|
||||
* )
|
||||
|
||||
Reference in New Issue
Block a user