Function get_raw_input

Source
pub fn get_raw_input(
    env: &impl Read,
    name: impl AsRef<str>,
) -> Result<String, VarError>
Expand description

Gets the raw value of an input.

ยงErrors

If the environment variable is not present.