pub fn get_multiline( env: &impl Read, name: impl AsRef<OsStr>, ) -> Option<Vec<String>>
Gets the values of an multiline input.
If the environment variable is not present.