pub fn read_stdin_to_string() -> Result<String>
Reads all process stdin into a string.
Returns any I/O error reported while reading from stdin.