Skip to main content

flag_bool_simple

Function flag_bool_simple 

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