runner

Function get_bool

Source
pub fn get_bool<'a>(
    dict: &'a Dictionary,
    key: &str,
) -> Result<bool, StartInfoProgramError>
Expand description

Retrieve value of type bool. Defaults to ‘false’ if key is not found.