Searched refs:remove_subcommand (Results 1 – 2 of 2) sorted by relevance
564 …Some((#subcommand_name_var, mut __clap_arg_sub_matches)) = __clap_arg_matches.remove_subcommand() { in gen_from_arg_matches()635 … let (_, mut __clap_arg_sub_matches) = __clap_arg_matches.remove_subcommand().unwrap(); in gen_update_from_arg_matches()
976 pub fn remove_subcommand(&mut self) -> Option<(String, ArgMatches)> { in remove_subcommand() method