Sign in
fuchsia
/
fuchsia
/
a8b1df8
/
.
/
src
/
developer
/
development-bridge
/
build
/
templates
/
suite_command.md
blob: 51e3ffc3920260869764e02aee25f03bc9283f8d [
file
] [
log
] [
blame
] [
view
]
#[derive(argh::FromArgs, Debug, PartialEq)]
#[argh(subcommand)]
pub
enum
Subcommand
{
{%
for
dep
in
deps
%}
{{
dep
.
enum
}}({{
dep
.
lib
}}::
FfxPluginCommand
),
{%
endfor
%}
}