You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/api_reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Some environment variables can be overriden to adjust Task behavior.
81
81
82
82
| Attribute | Type | Default | Description |
83
83
| - | - | - | - |
84
-
|`taskfile`|`string`|| The path for the Taskfile or directory to be included. If a directory, Task will look for files named `Taskfile.yml` or `Taskfile.yaml` inside that directory. |
84
+
|`taskfile`|`string`|| The path for the Taskfile or directory to be included. If a directory, Task will look for files named `Taskfile.yml` or `Taskfile.yaml` inside that directory. If a relative path, resolved relative to the directory containing the including Taskfile. |
85
85
|`dir`|`string`| The parent Taskfile directory | The working directory of the included tasks when run. |
86
86
|`optional`|`bool`|`false`| If `true`, no errors will be thrown if the specified file does not exist. |
0 commit comments