get_multiline

Function get_multiline 

Source
pub fn get_multiline(
    env: &impl Read,
    name: impl AsRef<OsStr>,
) -> Option<Vec<String>>
Expand description

Gets the values of an multiline input.

ยงErrors

If the environment variable is not present.