pub fn read_stdin_line() -> Result<String>
Reads one line from process stdin.
Returns any I/O error reported while reading from stdin.