feat: add option to declare an included Taskfile as flatten (#1704)

This commit is contained in:
Valentin Maerten
2024-08-26 23:17:39 +02:00
committed by GitHub
parent f302b50519
commit ef3b853728
15 changed files with 272 additions and 38 deletions

13
testdata/includes_flatten/Taskfile.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
version: '3'
includes:
included:
taskfile: ./included
dir: ./included
flatten: true
tasks:
default:
cmds:
- echo root_directory > root_directory.txt