Skip to content
Commit 4d8319bd authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

Call `rbenv-*` subcommands directly, not through the `rbenv` executable

Benefits:
- makes it easier to stub `rbenv-*` subcommands in tests
- speeds up subcommands because it skips the main `rbenv` executable

Caveats:
- users are no longer able to call `bin/rbenv-install` or
  `rbenv-uninstall` directly
parent 501855c9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment