Searched refs:write_help (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/clap/src/output/ |
H A D | mod.rs | 10 pub(crate) use self::help::write_help;
|
H A D | help_template.rs | 37 pub(crate) fn write_help(&mut self) {
|
/third_party/rust/crates/clap/src/builder/ |
H A D | command.rs | 24 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 D | macros.rs | 303 cmd.write_help(&mut help).unwrap(); in optional_value()
|
/third_party/f2fs-tools/tools/f2fs_io/ |
H A D | f2fs_io.c | 502 #define write_help \ macro
|
Completed in 10 milliseconds