mirror of
https://github.com/go-task/task.git
synced 2025-12-16 19:57:43 +01:00
renaming field in taskfile to summary
This commit is contained in:
2
task.go
2
task.go
@@ -83,7 +83,7 @@ func (e *Executor) Run(ctx context.Context, calls ...taskfile.Call) error {
|
||||
|
||||
func (e *Executor) printTaskDetails(task string) {
|
||||
t := e.Taskfile.Tasks[task]
|
||||
s := t.Details
|
||||
s := t.Summary
|
||||
if s == "" {
|
||||
e.Logger.Errf("task: There is no detailed description for task: %s", task)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user