Home
last modified time | relevance | path

Searched defs:subcommand_name (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/argh_derive/src/
Dlib.rs517 let subcommand_name = type_attrs.name.as_ref().unwrap_or_else(|| { in top_or_sub_cmd_impl() localVariable
864 let subcommand_name = *command_name.last().expect("no subcommand name"); in impl_from_args_enum() localVariable
876 let subcommand_name = *command_name.last().expect("no subcommand name"); in impl_from_args_enum() localVariable
/external/rust/crates/clap/src/args/
Darg_matcher.rs196 pub fn subcommand_name(&self) -> Option<&str> { in subcommand_name() method
Darg_matches.rs697 pub fn subcommand_name(&self) -> Option<&str> { in subcommand_name() method