mirror of
https://github.com/go-task/task.git
synced 2026-06-23 04:35:52 +00:00
Indent TOML in example file
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
[hello]
|
||||
cmds = ["echo \"I am going to write a file named 'output.txt' now.\"", "echo \"hello\" > output.txt"]
|
||||
cmds = [
|
||||
"echo \"I am going to write a file named 'output.txt' now.\"",
|
||||
"echo \"hello\" > output.txt"
|
||||
]
|
||||
generates = ["output.txt"]
|
||||
|
||||
Reference in New Issue
Block a user