Function arg_combinators::flag[][src]

pub fn flag(
    short: &str,
    long: &str,
    doc: &str
) -> ArgExt<impl Arg<Item = bool>>