mirror of
https://github.com/go-task/task.git
synced 2025-11-29 22:48:03 +02:00
feat: error when multiple wildcard matches are found
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
func PrintTasks(l *logger.Logger, t *ast.Taskfile, c []*ast.Call) {
|
||||
for i, call := range c {
|
||||
PrintSpaceBetweenSummaries(l, i)
|
||||
PrintTask(l, t.Tasks.Get(call))
|
||||
PrintTask(l, t.Tasks.Get(call.Task))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user