Home
last modified time | relevance | path

Searched refs:write_help (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/clap/src/output/
H A Dmod.rs10 pub(crate) use self::help::write_help;
H A Dhelp_template.rs37 pub(crate) fn write_help(&mut self) {
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs24 use crate::output::{fmt::Colorizer, write_help, Usage};
729 write_help(&mut styled, self, &usage, false); in print_help()
756 write_help(&mut styled, self, &usage, true); in print_long_help()
784 write_help(&mut styled, self, &usage, false); in render_help()
810 write_help(&mut styled, self, &usage, true); in render_long_help()
819 pub fn write_help<W: io::Write>(&mut self, w: &mut W) -> io::Result<()> { in write_help() functions
824 write_help(&mut styled, self, &usage, false); in write_help()
839 write_help(&mut styled, self, &usage, true); in write_long_help()
2980 /// - Print the [help][Command::write_help] but this might be ambiguous
4572 write_help(
[all...]
/third_party/rust/crates/clap/tests/
H A Dmacros.rs303 cmd.write_help(&mut help).unwrap(); in optional_value()
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.c502 #define write_help \ macro

Completed in 10 milliseconds