From 13606e5e0019e6b3305a990a65f6064b1bab10da Mon Sep 17 00:00:00 2001 From: tylermmorton Date: Thu, 3 Feb 2022 22:20:49 -0500 Subject: [PATCH] Remove note about multi level includes from usage documentation --- docs/usage.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 780b1f27..50c39e2a 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -150,10 +150,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