Home
last modified time | relevance | path

Searched refs:short_flag_alias (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
H A Dflag_subcommands.rs106 .short_flag_alias('M') in flag_subcommand_short_with_alias()
107 .short_flag_alias('B'), 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()
152 .short_flag_alias('C'), in flag_subcommand_short_with_aliases_vis_and_hidden()
204 .short_flag_alias('-'), in flag_subcommand_short_with_alias_hyphen()
369 .subcommand(Command::new("result").short_flag('t').short_flag_alias('f')) in flag_subcommand_short_conflict_with_alias()
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs2288 /// .short_flag_alias('d'))
2293 pub fn short_flag_alias(mut self, name: impl IntoResettable<char>) -> Self { in short_flag_alias() functions
2462 /// See also [`Command::short_flag_alias`].
2474 /// [`Command::short_flag_alias`]: Command::short_flag_alias()

Completed in 6 milliseconds