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: website/docs/reference/schema.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ vars:
88
88
| `deps` | [`[]Dependency`](#dependency) | | A list of dependencies of this task. Tasks defined here will run in parallel before this task. |
89
89
| `label` | `string` | | Overrides the name of the task in the output when a task is run. Supports variables. |
90
90
| `desc` | `string` | | A short description of the task. This is displayed when calling `task --list`. |
91
-
| `prompt` | `string` | | A prompt that will be presented before a task is run. Declining will cancel running the current and any subsequent tasks. |
91
+
| `prompt` | `[]string` | | One or more prompts that will be presented before a task is run. Declining will cancel running the current and any subsequent tasks. |
92
92
| `summary` | `string` | | A longer description of the task. This is displayed when calling `task --summary [task]`. |
93
93
| `aliases` | `[]string` | | A list of alternative names by which the task can be called. |
94
94
| `sources` | `[]string` | | A list of sources to check before running this task. Relevant for `checksum` and `timestamp` methods. Can be file paths or star globs. |
0 commit comments