pub fn get_multiline_input( name: impl AsRef<str>, ) -> Result<Vec<String>, VarError>
Gets the values of an multiline input.
If the environment variable is not present.