Searched defs:subcommand_name (Results 1 – 3 of 3) sorted by relevance
517 let subcommand_name = type_attrs.name.as_ref().unwrap_or_else(|| { in top_or_sub_cmd_impl() localVariable864 let subcommand_name = *command_name.last().expect("no subcommand name"); in impl_from_args_enum() localVariable876 let subcommand_name = *command_name.last().expect("no subcommand name"); in impl_from_args_enum() localVariable
196 pub fn subcommand_name(&self) -> Option<&str> { in subcommand_name() method
697 pub fn subcommand_name(&self) -> Option<&str> { in subcommand_name() method