JEG2 / highline

A higher level command-line oriented interface.
Other
1.29k stars 137 forks source link

enter key on agree throwing odd symbols #106

Closed chrishough closed 10 years ago

chrishough commented 10 years ago

Example I am testing with:

desc "test"
task :ask do
    if agree("Do you need me to launch your browser to coverage details? ( yes or no )")
        puts "OPEN"
    else
        puts "NO"
    end
end

Error message:

Do you need me to launch your browser to coverage details? ( yes or no )
no^M^M^M^M

Thoughts?

chrishough commented 10 years ago

Disregard. A restart of terminal fixed it.