Home
last modified time | relevance | path

Searched defs:disable_help_subcommand (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
Dapp_settings.rs614 fn disable_help_subcommand() { in disable_help_subcommand() function
/third_party/rust/crates/clap/src/builder/
Dcommand.rs1228 pub fn disable_help_subcommand(self, yes: bool) -> Self { in disable_help_subcommand() method