build_flag_parser

Function build_flag_parser 

Source
fn build_flag_parser<T>(
    present: T,
    absent: Option<T>,
    named: NamedArg,
) -> ParseFlag<T>
where T: Clone + 'static,