Home
last modified time | relevance | path

Searched refs:get_args_of (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dzsh.rs53 initial_args = get_args_of(cmd, None), in generate()
216 // [subcommand_args] = The same as zsh::get_args_of
236 let subcommand_args = get_args_of( in get_subcommands_of()
319 fn get_args_of(parent: &Command, p_global: Option<&Command>) -> String { in get_args_of() functions
320 debug!("get_args_of"); in get_args_of()

Completed in 1 milliseconds