chore: changelog and docs for #1434

This commit is contained in:
Andrey Nering
2023-12-20 23:17:44 -03:00
parent 0d209ef05d
commit f00ffad63d
2 changed files with 4 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ There are some special variables that is available on the templating system:
| Var | Description |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `CLI_ARGS` | Contain all extra arguments passed after `--` when calling Task through the CLI. |
| `CLI_FORCE` | A boolean containing whether the `--force` or `--force-all` flags were set. |
| `TASK` | The name of the current task. |
| `ROOT_DIR` | The absolute path of the root Taskfile. |
| `TASKFILE_DIR` | The absolute path of the included Taskfile. |