blob: 4eaf1925f31e94b0bad4b21604f683e03c4cf464 [file] [log] [blame] [edit]
#[derive(argh::FromArgs, Debug, PartialEq)]
#[argh(subcommand)]
pub enum SubCommand {
{% for dep in deps %}
{{dep.enum}}({{dep.lib}}::FfxPluginCommand),
{% endfor %}
}