Home
last modified time | relevance | path

Searched refs:help_expected (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
H A Dhelp.rs1880 #[should_panic = "Command::help_expected is enabled for the Command"]
1883 .help_expected(true) in help_required_but_not_given()
1891 #[should_panic = "Command::help_expected is enabled for the Command"]
1895 .help_expected(true) in help_required_but_not_given_settings_after_args()
1902 #[should_panic = "Command::help_expected is enabled for the Command"]
1905 .help_expected(true) in help_required_but_not_given_for_one_of_two_arguments()
1916 .help_expected(true) in help_required_globally()
1929 #[should_panic = "Command::help_expected is enabled for the Command"]
1932 .help_expected(true) in help_required_globally_but_not_given_for_subcommand()
1946 .help_expected(tru in help_required_and_given_for_subcommand()
[all...]
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs1269 /// .help_expected(true)
1272 /// // As required via `help_expected`, a help message was supplied
1282 /// .help_expected(true)
1286 /// // Since the setting `help_expected` is activated, this will lead to
1292 pub fn help_expected(self, yes: bool) -> Self { in help_expected() functions
3606 /// Report whether [`Command::help_expected`] is set
4137 "Command::help_expected is enabled for the Command {}, but at least one of its arguments does not have either `help` or `long_help` set. List of such arguments: {}",

Completed in 7 milliseconds