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