You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support reading multi-line input using Reline.readmultiline(prompt, use_history) { |multiline_input| ... } with a block that checks if the last line is the closing line. We will need to count opening/closing quotes to determine if the input has been "closed". Example: https://github.com/ruby/reline#multi-line-editing-mode
The text was updated successfully, but these errors were encountered:
Support reading multi-line input using
Reline.readmultiline(prompt, use_history) { |multiline_input| ... }
with a block that checks if the last line is the closing line. We will need to count opening/closing quotes to determine if the input has been "closed". Example: https://github.com/ruby/reline#multi-line-editing-modeThe text was updated successfully, but these errors were encountered: