mirror of
https://github.com/nicholaswilde/recipes.git
synced 2026-02-04 16:15:35 +00:00
feat: add add-comments
Signed-off-by: nιcнolaѕ wιlde <ncwilde43@gmail.com>
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user