Searched refs:subcommand_negates_reqs (Results 1 – 6 of 6) sorted by relevance
691 .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()
1106 .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()
31 .subcommand_negates_reqs(true) in sub_command_negate_required()41 .subcommand_negates_reqs(true) in sub_command_negate_required_2()
197 #[command(subcommand_negates_reqs = true)] in derive_generated_error_has_full_context()
190 #[command(subcommand_negates_reqs = true)] in required_with_option_type()
2948 pub fn subcommand_negates_reqs(self, yes: bool) -> Self { in subcommand_negates_reqs() method