Searched defs:subcommand_name (Results 1 – 8 of 8) sorted by relevance
52 let subcommand_name = if let Some(subcommand_name) = command_name.last() { in flatten_subcommand() localVariable73 let subcommand_name = if let Some(subcommand_name) = command_name.last() { in flatten_subcommand() 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
602 let subcommand_name = type_attrs.name.as_ref().unwrap_or_else(|| { in top_or_sub_cmd_impl() localVariable1004 let subcommand_name = if let Some(subcommand_name) = command_name.last() { in impl_from_args_enum() localVariable1024 let subcommand_name = if let Some(subcommand_name) = command_name.last() { in impl_from_args_enum() localVariable
128 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
1047 pub fn subcommand_name(&self) -> Option<&str> { in subcommand_name() method
1197 pub fn subcommand_name(&self) -> Option<&str> { in subcommand_name() method