Searched defs:write_help (Results 1 – 4 of 4) sorted by relevance
193 pub fn write_help(&mut self, parser: &Parser) -> ClapResult<()> { in write_help() method
1226 pub fn write_help<W: Write>(&self, w: &mut W) -> ClapResult<()> { in write_help() method
2009 pub fn write_help<W: Write>(&self, w: &mut W) -> ClapResult<()> { in write_help() function
498 #define write_help \ macro