renaming field in taskfile to summary

This commit is contained in:
jaedle
2019-02-24 15:37:02 +01:00
parent 06d0af7a1d
commit d05d418c4c
6 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ type Task struct {
Cmds []*Cmd
Deps []*Dep
Desc string
Details string
Summary string
Sources []string
Generates []string
Status []string