Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/completions/
Dmod.rs141 pub fn get_all_subcommand_paths(p: &Parser, first: bool) -> Vec<String> { in get_all_subcommand_paths() function
177 .map(|s| get_all_subcommand_paths(&s.p, false)) in get_all_subcommand_paths()
Dbash.rs101 let mut scs = completions::get_all_subcommand_paths(self.p, true); in subcommand_details()