v3: Allow interpolation on "includes"

The idea is to allow manual inclusion of a OS-dependant Taskfile, since it's
not automatically included anymore.
This commit is contained in:
Andrey Nering
2020-05-17 16:03:03 -03:00
parent 191c34c9c4
commit 9f0f18c5c4
6 changed files with 33 additions and 4 deletions

4
testdata/includes/Taskfile_linux.yml vendored Normal file
View File

@@ -0,0 +1,4 @@
version: '3'
tasks:
gen: echo 'os' > os_include.txt