This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
task
Watch
1
Star
0
Fork
0
You've already forked task
mirror of
https://github.com/go-task/task.git
synced
2025-12-26 00:31:38 +02:00
Code
Issues
Releases
Activity
Files
v2
Add File
New File
Upload File
Apply Patch
task
/
internal
/
taskfile
History
Andrey Nering
4bdfe64afb
Add hability silent all tasks
...
By add `silent: true` at the root of the Taskfile.
2019-12-07 21:44:09 -03:00
..
read
Add --taskfile flag (alias -t) to allow running another Taskfile
2019-07-21 10:57:04 -03:00
call.go
…
cmd.go
…
merge.go
Allow calling a task of the root Taskfile from within an included Taskfile
2019-02-02 21:22:08 -02:00
precondition_test.go
Remove ignore_errors
2019-05-28 13:02:59 -07:00
precondition.go
Fix typos per review
2019-06-11 11:46:22 -07:00
task.go
Apply suggestions from code review
2019-05-28 12:28:29 -07:00
taskfile_test.go
Revert "Upgrade to yaml/go-yaml v3"
2019-05-11 11:22:13 -03:00
taskfile.go
Add hability silent all tasks
2019-12-07 21:44:09 -03:00
var.go
…