Setup:
Description:
I'm fairly used to highline with some other projects, but haven't used it in a few months. Now, on a fresh install on Ruby 1.9.2, it doesn't seem to allow prompts to be answered on the same line.
So previously I would see something like:
require "highline/import"
ask "What is your favorite color?"
And get:
What is your favorite color? |
Now I see something like:
What is your favorite color?
|
Where the pipe (|) symbol is my terminal cursor.
Any ideas why this change has occurred?
Put a space at the end of the question string, eg
ask "What is your favorite color? "
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With