pub fn get_env_bool_optional(env_name: &str) -> Option<bool>
Expand description

Get an environment variable as a bool. If not present or there is an error in parsing, return None.