Searched defs:long_flag_aliases (Results 1 – 1 of 1) sorted by relevance
88 long_flag_aliases: Vec<(Str, bool)>, // (name, visible) field2412 pub fn long_flag_aliases(mut self, names: impl IntoIterator<Item = impl Into<Str>>) -> Self { in long_flag_aliases() method