pub fn get_raw_input( env: &impl Read, name: impl AsRef<str>, ) -> Result<String, VarError>
Gets the raw value of an input.
If the environment variable is not present.