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/
H A 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(' in flag_subcommand_short_with_aliases_hyphen()
[all...]
H A Dhelp.rs2583 .subcommand(Command::new("help").short_flag('h')); in override_help_flag_using_short()
/third_party/rust/crates/clap/examples/
H A Dpacman.rs15 .short_flag('Q') in main()
42 .short_flag('S') in main()
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs74 short_flag: Option<char>,
2182 /// Command::new("sync").short_flag('S').arg(
2198 pub fn short_flag(mut self, short: impl IntoResettable<char>) -> Self { in short_flag() functions
2199 self.short_flag = short.into_resettable().into_option(); in short_flag()
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 in get_short_flag()
4420 Some(flag) == self.short_flag
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-glyf-table.hh601 const simple_glyph_flag_t short_flag, in read_points()
608 if (flag & short_flag) in read_points()

Completed in 11 milliseconds