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/
H A 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()
H A Dapp_settings.rs31 .subcommand_negates_reqs(true) in sub_command_negate_required()
41 .subcommand_negates_reqs(true) in sub_command_negate_required_2()
H A Dhelp.rs1129 .subcommand_negates_reqs(true) in sc_negates_reqs()
1405 .subcommand_negates_reqs(true) in last_arg_mult_usage_req_with_sc()
2755 .subcommand_negates_reqs(true) in parent_cmd_req_ignored_when_negates_reqs()
/third_party/rust/crates/clap/tests/derive/
H A Dhelp.rs197 #[command(subcommand_negates_reqs = true)] in derive_generated_error_has_full_context()
H A Doptions.rs190 #[command(subcommand_negates_reqs = true)] in required_with_option_type()
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs2919 /// .subcommand_negates_reqs(true)
2936 /// .subcommand_negates_reqs(true)
2948 pub fn subcommand_negates_reqs(self, yes: bool) -> Self { in subcommand_negates_reqs() functions
3723 /// Report whether [`Command::subcommand_negates_reqs`] is set

Completed in 12 milliseconds