mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04: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
|
|
@ -97,7 +97,7 @@ case "$command" in
|
|||
} >&2
|
||||
exit 1
|
||||
;;
|
||||
-v )
|
||||
-v | --version )
|
||||
exec rbenv---version
|
||||
;;
|
||||
-h | --help )
|
||||
|
|
|
|||
Loading…
Reference in a new issue