Skip to main content

warn_opposites

Function warn_opposites 

Source
pub fn warn_opposites<'a, I>(
    args: I,
    yes: &[&str],
    no: &[&str],
) -> Vec<FlagWarning>
where I: IntoIterator<Item = &'a str>,
Expand description

--foo / --no-foo both present.