Files
2019-04-24 22:34:33 +03:00

8 lines
118 B
TOML

[tasks.echo]
command = "echo"
args = ["hello world"]
[tasks.fork-example]
run_task = { name = "echo", fork = true }