Searched refs:write_parser_help (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/clap/src/app/ |
D | help.rs | 146 Self::write_parser_help(w, &app.p, use_long) in write_app_help() 151 pub fn write_parser_help(w: &'a mut Write, parser: &Parser, use_long: bool) -> ClapResult<()> { in write_parser_help() method
|
D | parser.rs | 1590 match Help::write_parser_help(&mut buf, self, use_long) { in _help() 2010 Help::write_parser_help(w, self, false) in write_help() 2014 Help::write_parser_help(w, self, true) in write_long_help()
|