Searched refs:ShortFlags (Results 1 – 2 of 2) sorted by relevance
350 pub fn to_short(&self) -> Option<ShortFlags<'_>> { in to_short()359 Some(ShortFlags::new(remainder_os, remainder)) in to_short()397 pub struct ShortFlags<'s> { struct403 impl<'s> ShortFlags<'s> { argument471 impl<'s> Iterator for ShortFlags<'s> { implementation
849 mut short_arg: clap_lex::ShortFlags<'_>, in parse_short_arg()