pub fn prompt_reply_from_bufread(
    reader: &mut impl BufRead,
    writer: &mut impl Write,
    prompt: impl ToString
) -> Result<String>
Expand description

Displays a message on the TTY, then reads user input from anything that implements BufRead