Home
last modified time | relevance | path

Searched refs:write_long_help (Results 1 – 5 of 5) sorted by relevance

/external/rust/cxx/gen/cmd/src/
Dtest.rs47 app.write_long_help(&mut out).unwrap(); in test_help()
/external/rust/crates/structopt/tests/
Dutils.rs19 .write_long_help(&mut output) in get_long_help()
/external/rust/crates/clap/src/app/
Dmod.rs1201 self.write_long_help(&mut buf_w) in print_long_help()
1257 pub fn write_long_help<W: Write>(&mut self, w: &mut W) -> ClapResult<()> { in write_long_help() method
Dparser.rs2013 pub fn write_long_help<W: Write>(&self, w: &mut W) -> ClapResult<()> { in write_long_help() function
/external/rust/crates/clap/
DCHANGELOG.md500 * `App::write_long_help`