Searched defs:SubCommand (Results 1 – 5 of 5) sorted by relevance
29 pub enum SubCommand { enum
70 enum SubCommand { in issue_324() enum
111 pub enum SubCommand { in top_long_doc_comment_both_help_long_help() enum
1325 fn get_subcommand(&self, name: &str) -> Option<&SubCommand> { in get_subcommand()1345 pub(crate) struct SubCommand { struct1346 pub(crate) name: String,1347 pub(crate) matches: ArgMatches,
124 pub(crate) fn subcommand(&mut self, sc: SubCommand) { in subcommand()