mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
Merge branch 'feat/suggest-similar-task'
This commit is contained in:
2
help.go
2
help.go
@@ -81,7 +81,7 @@ func (e *Executor) tasksWithDesc() (tasks []*taskfile.Task) {
|
||||
return
|
||||
}
|
||||
|
||||
// PrintTaskNames prints only the task names in a Taskfile.
|
||||
// ListTaskNames prints only the task names in a Taskfile.
|
||||
// Only tasks with a non-empty description are printed if allTasks is false.
|
||||
// Otherwise, all task names are printed.
|
||||
func (e *Executor) ListTaskNames(allTasks bool) {
|
||||
|
||||
Reference in New Issue
Block a user