This commit is contained in:
maddalax 2024-09-13 16:19:38 -05:00
parent ce279b2125
commit 21cc3d8ad0

View file

@ -4,10 +4,14 @@ interval: 500ms
tasks: tasks:
template: template2:
dir: '{{.USER_WORKING_DIR}}' dir: '{{.USER_WORKING_DIR}}'
desc: Generate template from source code desc: Generate template from source code
cmds: cmds:
- |
echo "Type value of FOO:"
read FOO;
echo "You said: ${FOO}";
- go run github.com/maddalax/mhtml/framework/tooling/downloadtemplate@latest - go run github.com/maddalax/mhtml/framework/tooling/downloadtemplate@latest
setup: setup: