Sign in
fuchsia
/
fuchsia
/
14fa2dae6d5d
/
.
/
src
/
developer
/
ffx
/
build
/
templates
/
command.md
blob: e3dd50695ff726672d1facd4f3e68e4aaf0ae4b9 [
file
] [
log
] [
blame
] [
view
]
#[derive(argh::FromArgs, Debug, PartialEq)]
#[argh(subcommand)]
pub
enum
Subcommand
{
{%
for
dep
in
deps
%}
{{
dep
.
enum
}}({{
dep
.
lib
}}::
FfxPluginCommand
),
{%
endfor
%}
}