Skip to main content

check_flags

Function check_flags 

Source
pub fn check_flags<S: FlagSet + ?Sized, V: FlagSet + ?Sized>(
    tokens: &[Token],
    standalone: &S,
    valued: &V,
    bare: bool,
    max_positional: Option<usize>,
    flag_style: FlagStyle,
) -> bool