cli
cli copied to clipboard
[Fix] Console default engine
The existing code would fallback to "pry" as it is the first element of the ENGINES constant. This commit makes it fallback to the engined described on the DEFAULT_ENGINE variable
PS: I also noticed that the "reload" method doesn't consider the --engine=something, here
but I'm not sure how to fix this one