JVM implementation of the CLI using JLine
Read a line of input using the given prompt
Some(line) if a line was read, or None if either the input ended or the user pressed Ctrl+C
An iterator over the lines read, for convenience.
If you use this method, note that each line will use the same prompt.
The prompt to use