Function parse_env_list

Source
pub fn parse_env_list(env_variable: &str) -> Option<Vec<String>>
Expand description

Retrieve a comma-delimited list of values from an environment variable.