Searched refs:subcommand_name (Results 1 – 3 of 3) sorted by relevance
196 pub fn subcommand_name(&self) -> Option<&str> { in subcommand_name() method197 self.0.subcommand_name() in subcommand_name()
697 pub fn subcommand_name(&self) -> Option<&str> { in subcommand_name() method
65 && matcher.subcommand_name().is_none() in validate()