From 21cc3d8ad02a14e0d1ff6356086b9577ac7e6a2e Mon Sep 17 00:00:00 2001 From: maddalax Date: Fri, 13 Sep 2024 16:19:38 -0500 Subject: [PATCH] ? --- framework/tooling/mhtml/Taskfile.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/framework/tooling/mhtml/Taskfile.yml b/framework/tooling/mhtml/Taskfile.yml index 8715500..a6d698c 100644 --- a/framework/tooling/mhtml/Taskfile.yml +++ b/framework/tooling/mhtml/Taskfile.yml @@ -4,10 +4,14 @@ interval: 500ms tasks: - template: + template2: dir: '{{.USER_WORKING_DIR}}' desc: Generate template from source code cmds: + - | + echo "Type value of FOO:" + read FOO; + echo "You said: ${FOO}"; - go run github.com/maddalax/mhtml/framework/tooling/downloadtemplate@latest setup: