mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
2
help.go
2
help.go
@@ -16,13 +16,11 @@ import (
|
||||
// ListTasksWithDesc reports tasks that have a description spec.
|
||||
func (e *Executor) ListTasksWithDesc() {
|
||||
e.printTasks(false)
|
||||
return
|
||||
}
|
||||
|
||||
// ListAllTasks reports all tasks, with or without a description spec.
|
||||
func (e *Executor) ListAllTasks() {
|
||||
e.printTasks(true)
|
||||
return
|
||||
}
|
||||
|
||||
func (e *Executor) printTasks(listAll bool) {
|
||||
|
||||
Reference in New Issue
Block a user