Lines Matching defs:short_flag
74 short_flag: Option<char>,
2182 /// Command::new("sync").short_flag('S').arg(
2198 pub fn short_flag(mut self, short: impl IntoResettable<char>) -> Self {
2199 self.short_flag = short.into_resettable().into_option();
2287 /// .subcommand(Command::new("test").short_flag('t')
2375 /// .subcommand(Command::new("test").short_flag('t')
2469 /// .subcommand(Command::new("test").short_flag('t')
2558 /// .subcommand(Command::new("test").short_flag('b')
3267 self.short_flag
4420 Some(flag) == self.short_flag
4630 short_flag: Default::default(),