1 2 3 4 5 6 7
[tasks.echo] command = "echo" args = ["hello world"] [tasks.fork-example] run_task = { name = "echo", fork = true }