Searched refs:short_flag (Results 1 – 5 of 5) sorted by relevance
9 Command::new("some").short_flag('S').long_flag("some").arg( in flag_subcommand_normal()31 .short_flag('S') in flag_subcommand_normal_with_alias()55 Command::new("some").short_flag('S').arg( in flag_subcommand_short()76 Command::new("some").short_flag('S').arg( in flag_subcommand_short_with_args()98 .short_flag('S') in flag_subcommand_short_with_alias()121 .subcommand(Command::new("some").short_flag('S').short_flag_alias('S')) in flag_subcommand_short_with_alias_same_as_short_flag()144 .short_flag('S') in flag_subcommand_short_with_aliases_vis_and_hidden()172 .short_flag('S') in flag_subcommand_short_with_aliases()197 .short_flag('S') in flag_subcommand_short_with_alias_hyphen()216 .short_flag('S') in flag_subcommand_short_with_aliases_hyphen()[all …]
2560 .subcommand(Command::new("help").short_flag('h')); in override_help_flag_using_short()
15 .short_flag('Q') in main()42 .short_flag('S') in main()
74 short_flag: Option<char>, field2198 pub fn short_flag(mut self, short: impl IntoResettable<char>) -> Self { in short_flag() method2199 self.short_flag = short.into_resettable().into_option(); in short_flag()3267 self.short_flag in get_short_flag()4420 Some(flag) == self.short_flag in short_flag_aliases_to()4628 short_flag: Default::default(), in default()
601 const simple_glyph_flag_t short_flag, in read_points()608 if (flag & short_flag) in read_points()