mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
chore: add changelog and documentation for #1624
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
(#1643, #1649 by @pd93).
|
||||
- Fixed a couple of bugs with the `prompt:` feature (#1657 by @pd93).
|
||||
- Fixed JSON Schema to disallow invalid properties (#1657 by @pd93).
|
||||
- Added `TASK_EXE` special variable (#1616, #1624 by @pd93 and @andreynering).
|
||||
|
||||
## v3.37.1 - 2024-05-09
|
||||
|
||||
|
@@ -128,6 +128,7 @@ There are some special variables that is available on the templating system:
|
||||
| `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. |
|
||||
| `TASK_EXE` | The Task executable name or path. |
|
||||
| `ROOT_TASKFILE` | The absolute path of the root Taskfile. |
|
||||
| `ROOT_DIR` | The absolute path of the root Taskfile directory. |
|
||||
| `TASKFILE` | The absolute path of the included Taskfile. |
|
||||
|
Reference in New Issue
Block a user