pub fn flag_bool_simple( args: &[String], env: &HashMap<String, String>, env_key: &str, cli_flag: &str, default: bool, ) -> bool