Searched refs:should_long (Results 1 – 1 of 1) sorted by relevance
1570 let should_long = |v: &Base| { in use_long_help() localVariable1577 || self.flags.iter().any(|f| should_long(&f.b)) in use_long_help()1578 || self.opts.iter().any(|o| should_long(&o.b)) in use_long_help()1579 || self.positionals.values().any(|p| should_long(&p.b)) in use_long_help()