Andrey Nering
|
08263c0597
|
Fix wrong error message beingg print when the file has a syntax error
Fixes #137
|
2018-09-22 17:29:18 -03:00 |
|
Andrey Nering
|
df951a0c7c
|
Fix suggestion to use task --init not being shown anymore
|
2018-08-19 16:23:32 -03:00 |
|
Andrey Nering
|
cc6f7b6088
|
Manually implement merging of Taskfiles and remove dependency on github.com/imdario/mergo
I was carreful enough to check the behavior keeps the same
|
2018-07-22 17:54:44 -03:00 |
|
Andrey Nering
|
da1b0c9558
|
Error if Taskfile_{{GOOS}}.yml version doesn't match Taskfile.yml version
This change is not backward incompatible because merging was already not
working if versions 1 and 2 coexist in Taskfile.yml and Taskfile_{{GOOS}}.yml
|
2018-07-22 17:36:30 -03:00 |
|
Andrey Nering
|
9f294b4d10
|
Refactor and move logic of reading Taskfiles to its own package
Idea to making things easier to start implementing #98
|
2018-07-22 16:10:20 -03:00 |
|