?
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:
|
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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue