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, numeric_dash: bool, ) -> bool