Function get_multiline_input

Source
pub fn get_multiline_input(
    name: impl AsRef<str>,
) -> Result<Vec<String>, VarError>
Expand description

Gets the values of an multiline input.

ยงErrors

If the environment variable is not present.