Searched refs:write_help (Results 1 – 5 of 5) sorted by relevance
7 <T as StructOpt>::clap().write_help(&mut output).unwrap(); in get_help()
1178 self.write_help(&mut buf_w) in print_help()1226 pub fn write_help<W: Write>(&self, w: &mut W) -> ClapResult<()> { in write_help() method
189 .write_help(parser) in _write_parser_help()193 pub fn write_help(&mut self, parser: &Parser) -> ClapResult<()> { in write_help() method
2006 self.write_help(&mut buf_w) in print_help()2009 pub fn write_help<W: Write>(&self, w: &mut W) -> ClapResult<()> { in write_help() function
498 #define write_help \ macro