Searched refs:short_flag_alias (Results 1 – 2 of 2) sorted by relevance
106 .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()
2293 pub fn short_flag_alias(mut self, name: impl IntoResettable<char>) -> Self { in short_flag_alias() method