pub fn get_env_bool_or_default(env_name: &str, default: bool) -> bool
Expand description

Get an environment variable as a bool, or fall back to the provided default. Returns the default in the event of a parse error.