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.