Clean up the readme

This commit is contained in:
R Tyler Croy 2020-12-31 11:19:05 -08:00
parent baab4610ac
commit 865850bd64
1 changed files with 12 additions and 1 deletions

View File

@ -38,9 +38,20 @@ a wrapped shell/ruby/python script which does some specific piece of
functionality. Tasks may also take parameters, which allow for some
pluggability of new values.
Tasks have some built-in parameters that should not be overridden.
.Built-in Parameters
|===
| Parameter | Description
| `provides`
| A relative or absolute path to a file that the task provides. If the file exists, then the task will be skipped.
|===
.echo.ztask
[source]
---
----
task Echo {
parameters {
msg {