Retrieves a list of strings from an environment variable (comma-separated values).
The name of the environment variable
Optional
Optional default array of strings to use if the environment variable is not set
An array of strings parsed from the comma-separated environment variable, with empty strings filtered out
Will throw an error if the environment variable is missing and no default is provided
Retrieves a list of strings from an environment variable (comma-separated values).