Searched refs:dynamic_subcommands (Results 1 – 3 of 3) sorted by relevance
143 let dynamic_subcommands = if let Some((dynamic_type, _)) = dynamic_type_and_variant { in impl_arg_info_enum() localVariable184 let mut dynamic_commands = #dynamic_subcommands; in impl_arg_info_enum()
355 dynamic_subcommands: &<#ty as argh::SubCommands>::dynamic_commands(), in impl_from_args_struct_from_args()469 dynamic_subcommands: &<#ty as argh::SubCommands>::dynamic_commands(), in impl_from_args_struct_redact_arg_values()
1075 pub dynamic_subcommands: &'a [&'static CommandInfo], field1090 for subcommand in self.subcommands.iter().chain(self.dynamic_subcommands.iter()) { in parse()