mirror of
https://github.com/go-task/task.git
synced 2025-11-06 09:09:13 +02:00
renaming field in taskfile to summary
This commit is contained in:
@@ -9,7 +9,7 @@ type Task struct {
|
||||
Cmds []*Cmd
|
||||
Deps []*Dep
|
||||
Desc string
|
||||
Details string
|
||||
Summary string
|
||||
Sources []string
|
||||
Generates []string
|
||||
Status []string
|
||||
|
||||
Reference in New Issue
Block a user