mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
explicit --version flag
Without it, it falls back to `--version` being executed as a subcommand, which works but isn't obvious
This commit is contained in:
parent
825de5d2e3
commit
06e4f1b682
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ case "$command" in
|
|||
} >&2
|
||||
exit 1
|
||||
;;
|
||||
-v )
|
||||
-v | --version )
|
||||
exec rbenv---version
|
||||
;;
|
||||
-h | --help )
|
||||
|
|
Loading…
Reference in a new issue