blob: b3a6f2ddc964a2b39ce32b6f463cb6f5785c1263 [file] [log] [blame]
package hello
command echo: {
task echo: {
kind: "exec"
cmd: "echo \(message)"
stdout: string
}
task display: {
kind: "print"
text: task.echo.stdout
}
}