Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/builder/
Dcommand.rs4419 pub(crate) fn short_flag_aliases_to(&self, flag: char) -> bool { in short_flag_aliases_to() method
4545 .find(|sc| sc.short_flag_aliases_to(c)) in find_short_subcmd()