Home
last modified time | relevance | path

Searched refs:remove_subcommand (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/clap/clap_derive/src/derives/
Dsubcommand.rs564 …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()
/third_party/rust/crates/clap/src/parser/matches/
Darg_matches.rs976 pub fn remove_subcommand(&mut self) -> Option<(String, ArgMatches)> { in remove_subcommand() method