This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
task
Watch
1
Star
0
Fork
0
You've already forked task
mirror of
https://github.com/go-task/task.git
synced
2026-07-11 04:51:09 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9b2e25735b886b6c67f2ea204714865da596aaa2
task
/
testdata
/
status
/
Taskfile.yml
9 lines
100 B
YAML
Raw
Normal View
History
Unescape
Escape
Create v3 compiler which respects declaration order of variables Also, fix "<no value>" been printed when a non-existing variable is printed.
2020-05-16 15:45:41 -03:00
version
:
'3'
remove v1
2019-08-18 17:37:21 +02:00
tasks
:
gen-foo
:
cmds
:
-
touch foo.txt
status
:
-
test -f foo.txt
Reference in New Issue
Copy Permalink