I'd like to use `,` as a separator, but this only resolves the first element in the list: ``` Array []string `env:"OAUTH_SCOPES,separator=,,default=email,profile,openid"` ``` what is the correct way to use a comma as a separator for array types?