Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dzsh.rs323 let opts = write_opts_of(parent, p_global); in get_args_of()
441 fn write_opts_of(p: &Command, p_global: Option<&Command>) -> String { in write_opts_of() functions
442 debug!("write_opts_of"); in write_opts_of()
447 debug!("write_opts_of:iter: o={}", o.get_id()); in write_opts_of()
479 debug!("write_opts_of:iter: Wrote...{}", &*s); in write_opts_of()
494 debug!("write_opts_of:iter: Wrote...{}", &*l); in write_opts_of()

Completed in 2 milliseconds