pub fn read_stdin_text<R: Read>(reader: R) -> Result<String, String>
Read piped stdin as trimmed multi-line text.