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.
pub fn warn_opposites<'a, I>(
args: I,
yes: &[&str],
no: &[&str],
) -> Vec<FlagWarning>where
I: IntoIterator<Item = &'a str>,--foo / --no-foo both present.