Searched refs:missing_subcommands (Results 1 – 2 of 2) sorted by relevance
1151 pub fn missing_subcommands(&mut self, commands: impl Iterator<Item = &'static CommandInfo>) { in missing_subcommands() method1191 if let Some(missing_subcommands) = &self.subcommands { in err_on_any()1198 for subcommand in missing_subcommands { in err_on_any()
864 #mri.missing_subcommands( in append_missing_requirements()