pub fn get_bool<T: AsRef<OsStr>>(name: T) -> Option<bool>
env
Gets a boolean environment variable.
Returns None if the variable does not exist or the format is unrecognized.