Skip to content

Commit

Permalink
fix: add defer's silent property to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
StoaferP committed Feb 13, 2025
1 parent 2b4d9bf commit b140acc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/static/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,10 @@
"$ref": "#/definitions/task_call"
}
]
},
"silent": {
"description": "Hides task name and command from output. The command's output will still be redirected to `STDOUT` and `STDERR`.",
"type": "boolean"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit b140acc

Please sign in to comment.