Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/parser/matches/
Darg_matches.rs976 pub fn remove_subcommand(&mut self) -> Option<(String, ArgMatches)> { in remove_subcommand() method
/external/rust/crates/clap/3.2.23/src/parser/matches/
Darg_matches.rs1126 pub fn remove_subcommand(&mut self) -> Option<(String, ArgMatches)> { in remove_subcommand() method