feat: add add-comments

Signed-off-by: nιcнolaѕ wιlde <ncwilde43@gmail.com>
This commit is contained in:
nιcнolaѕ wιlde
2023-03-11 00:59:52 -08:00
parent 2bed6f4300
commit 20bec3d052

View File

@ -9,6 +9,13 @@ vars:
tasks:
add-comments:
desc: Add a front matter tag
cmds:
- >-
{{ .CMD }} '.comments = "true"' /workdir/{{ .CLI_ARGS }}
vars:
CMD: docker run --rm -v "${PWD}":/workdir mikefarah/yq --front-matter="process"
add-tag:
desc: Add a front matter tag
cmds: