Skip to content
Commit c1148857 authored by Kristofer White's avatar Kristofer White Committed by Mislav Marohnić
Browse files

Add `rbenv install --skip-existing <VERSION>` option

The `-f` option allows for forcing installation of versions that already
exist in the environment. If that option isn't used, then an interactive
prompt is created which causes problems for non-interactive execution of
the command.

This change adds the `-s/--skip-existing` option to not install versions
that already exist, while still exiting as success.

Closes #543
parent 75b5cc3d
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