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…
x
Reference in New Issue
Block a user