pub fn parse_env_list(env_variable: &str) -> Option<Vec<String>>
Retrieve a comma-delimited list of values from an environment variable.