pub fn read_input<T: AsRef<str>>(filename: T) -> Result<(PathBuf, String)>
Read input for filename.
filename
If filename is - read from standard input, otherwise try to open and read the given file.
-