| // TODO(https://fxbug.dev/324167674): fix. | |
| #[allow(clippy::large_enum_variant)] | |
| #[derive(argh::ArgsInfo, argh::FromArgs, Debug, PartialEq)] | |
| #[argh(subcommand)] | |
| pub enum SubCommand { | |
| {% for dep in deps %} | |
| {{dep.enum}}({{dep.lib}}::FfxPluginCommand), | |
| {% endfor %} | |
| } |