Home
last modified time | relevance | path

Searched refs:subcommand_negates_reqs (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
Dconflicts.rs691 .subcommand_negates_reqs(true) in args_negate_subcommands_one_level()
710 .subcommand_negates_reqs(true) in args_negate_subcommands_two_levels()
716 .subcommand_negates_reqs(true) in args_negate_subcommands_two_levels()
Dhelp.rs1106 .subcommand_negates_reqs(true) in sc_negates_reqs()
1382 .subcommand_negates_reqs(true) in last_arg_mult_usage_req_with_sc()
2732 .subcommand_negates_reqs(true) in parent_cmd_req_ignored_when_negates_reqs()
Dapp_settings.rs31 .subcommand_negates_reqs(true) in sub_command_negate_required()
41 .subcommand_negates_reqs(true) in sub_command_negate_required_2()
/third_party/rust/crates/clap/tests/derive/
Dhelp.rs197 #[command(subcommand_negates_reqs = true)] in derive_generated_error_has_full_context()
Doptions.rs190 #[command(subcommand_negates_reqs = true)] in required_with_option_type()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs2948 pub fn subcommand_negates_reqs(self, yes: bool) -> Self { in subcommand_negates_reqs() method