Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/gen/cmd/src/
Dtest.rs51 app.write_long_help(&mut out).unwrap(); in test_help()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs834 pub fn write_long_help<W: io::Write>(&mut self, w: &mut W) -> io::Result<()> { in write_long_help() method
/third_party/rust/crates/clap/
DCHANGELOG.md541 - *(help)* Deprecated `Command::write_help` and `Command::write_long_help` in favor of `Command::re…
1287 - Changed `App::write_help` & `App::write_long_help` to now return `std::io::Result`
1889 * `App::write_long_help`