beryx / text-io

A library for creating interactive console applications in Java
http://text-io.beryx.org/
Apache License 2.0
342 stars 45 forks source link

Multi-line paste use case #27

Closed allan-shoup closed 4 years ago

allan-shoup commented 4 years ago

I have a use case where I'm attempting to use text-io to accept some command line input where I expect the user to paste in a multi-line block of text. Is there a graceful way to handle this?

siordache commented 4 years ago

No, currently there is no way to handle multi-line blocks of text.