mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
feat: add support for single cmd task syntax (#1131)
This commit is contained in:
1
testdata/single_cmd_dep/.gitignore
vendored
Normal file
1
testdata/single_cmd_dep/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.txt
|
8
testdata/single_cmd_dep/Taskfile.yml
vendored
Normal file
8
testdata/single_cmd_dep/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
version: "3"
|
||||
|
||||
tasks:
|
||||
foo:
|
||||
deps: [bar]
|
||||
cmd: echo foo > foo.txt
|
||||
|
||||
bar: echo bar > bar.txt
|
Reference in New Issue
Block a user