Merge pull request #656 from tylermmorton/master

Add support for multi-level includes
This commit is contained in:
Andrey Nering
2022-03-31 21:12:15 -03:00
committed by GitHub
14 changed files with 152 additions and 20 deletions

View File

@@ -164,10 +164,6 @@ includes:
> The included Taskfiles must be using the same schema version the main
> Taskfile uses.
> Also, for now included Taskfiles can't include other Taskfiles.
> This was a deliberate decision to keep use and implementation simple.
> If you disagree, open an GitHub issue and explain your use case. =)
### Optional includes
Includes marked as optional will allow Task to continue execution as normal if