?
This commit is contained in:
parent
ce279b2125
commit
21cc3d8ad0
1 changed files with 5 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue