Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/completions/
Dmod.rs51 pub fn all_subcommand_names(p: &Parser) -> Vec<String> { in all_subcommand_names() function
57 for sc_v in p.subcommands.iter().map(|s| all_subcommand_names(&s.p)) { in all_subcommand_names()
Dbash.rs81 let scs = completions::all_subcommand_names(self.p); in all_subcommands()