Sign in
fuchsia
/
fuchsia
/
11537de04854
/
.
/
examples
/
components
/
basic
/
meta
/
echo_args.cml
blob: 19ac84ab3ac01931d2c47eb29e5354ef32475655 [
file
] [
log
] [
blame
]
{
program
:
{
binary
:
"bin/echo_args"
,
args
:
[
"Hippos"
,
"rule!"
,
],
},
use
:
[
{
runner
:
"elf"
},
{
protocol
:
"fuchsia.logger.LogSink"
},
],
}