mirror of
https://github.com/go-task/task.git
synced 2025-12-25 16:09:26 +01:00
Merge branch 'f/list-all' of https://github.com/therealkevinard/task into therealkevinard-f/list-all
This commit is contained in:
12
testdata/list_mixed_desc/Taskfile.yml
vendored
Normal file
12
testdata/list_mixed_desc/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
foo:
|
||||
label: "foobar"
|
||||
desc: "foo has desc and label"
|
||||
|
||||
voo:
|
||||
label: "voo has no desc"
|
||||
|
||||
doo:
|
||||
label: "doo has desc, no label"
|
||||
Reference in New Issue
Block a user