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: