mirror of
https://github.com/go-task/task.git
synced 2026-06-27 06:34:18 +00:00
add toml example, use yaml in help doc
Signed-off-by: Andrey Nering <andrey.nering@gmail.com>
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
"output.txt"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
3
example/Taskfile.toml
Normal file
3
example/Taskfile.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[hello]
|
||||
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