1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

docs: document defer task options (#1907)

This commit is contained in:
Martijn Pieters
2024-12-12 00:23:10 +00:00
committed by GitHub
parent cfaecf8b4c
commit 82f6029043
3 changed files with 18 additions and 9 deletions

View File

@@ -360,14 +360,7 @@
"type": "string"
},
{
"type": "object",
"properties": {
"task": {
"description": "Name of the task to defer",
"type": "string"
}
},
"additionalProperties": false
"$ref": "#/definitions/task_call"
}
]
}