Home
last modified time | relevance | path

Searched refs:short_flag (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
Dflag_subcommands.rs9 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 …]
Dhelp.rs2560 .subcommand(Command::new("help").short_flag('h')); in override_help_flag_using_short()
/third_party/rust/crates/clap/examples/
Dpacman.rs15 .short_flag('Q') in main()
42 .short_flag('S') in main()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs74 short_flag: Option<char>, field
2198 pub fn short_flag(mut self, short: impl IntoResettable<char>) -> Self { in short_flag() method
2199 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()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh601 const simple_glyph_flag_t short_flag, in read_points()
608 if (flag & short_flag) in read_points()