Searched defs:write_help (Results 1 – 9 of 9) sorted by relevance
9 pub(crate) fn write_help(writer: &mut StyledStr, cmd: &Command, usage: &Usage<'_>, use_long: bool) { in write_help() function
43 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
783 #define write_help \ macro
945 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