Searched defs:write_help (Results 1 – 6 of 6) sorted by relevance
9 pub(crate) fn write_help(writer: &mut StyledStr, cmd: &Command, usage: &Usage<'_>, use_long: bool) { in write_help() function
37 pub(crate) fn write_help(&mut self) { in write_help() method
93 pub(crate) fn write_help(&mut self) -> io::Result<()> { in write_help() method
502 #define write_help \ macro
819 pub fn write_help<W: io::Write>(&mut self, w: &mut W) -> io::Result<()> { in write_help() method
796 pub fn write_help<W: io::Write>(&mut self, w: &mut W) -> io::Result<()> { in write_help() method