Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dzsh.rs160 help = escape_help(&subcommand.get_about().unwrap_or_default().to_string()) in subcommands_of()
376 escape_help(&value.get_help().unwrap_or_default().to_string()), in value_completion()
423 fn escape_help(string: &str) -> String { in escape_help() functions
449 let help = escape_help(&o.get_help().unwrap_or_default().to_string()); in write_opts_of()
549 let help = escape_help(&f.get_help().unwrap_or_default().to_string()); in write_flags_of()

Completed in 2 milliseconds