Searched defs:subcommand_name (Results 1 – 12 of 12) sorted by relevance
54 let subcommand_name = if let Some(subcommand_name) = command_name.last() { in flatten_subcommand() localVariable75 let subcommand_name = if let Some(subcommand_name) = command_name.last() { in flatten_subcommand() localVariable
611 let subcommand_name = type_attrs.name.as_ref().unwrap_or_else(|| { in top_or_sub_cmd_impl() localVariable1013 let subcommand_name = if let Some(subcommand_name) = command_name.last() { in impl_from_args_enum() localVariable1033 let subcommand_name = if let Some(subcommand_name) = command_name.last() { in impl_from_args_enum() localVariable
317 let subcommand_name = if type_attrs.is_subcommand.is_some() { in impl_args_info_data() localVariable
64 let subcommand_name = subcommand.get_name(); in did_you_mean_flag() localVariable
66 let subcommand_name = subcommand.get_name(); in did_you_mean_flag() localVariable
125 pub(crate) fn subcommand_name(&self) -> Option<&str> { in subcommand_name() method
131 pub(crate) fn subcommand_name(&self) -> Option<&str> { in subcommand_name() method
1033 pub fn subcommand_name(&self) -> Option<&str> { in subcommand_name() method
1197 pub fn subcommand_name(&self) -> Option<&str> { in subcommand_name() method