mirror of
https://github.com/go-task/task.git
synced 2025-03-17 21:08:01 +02:00
Revert "list: print message with there's no task with description"
This reverts commit 2508bed36353f1056b13cd16096b6351ec44d8aa. I still want to do this, but since it break some existing Taskfiles, let's give a little more thought on this first.
This commit is contained in:
parent
9619c7f54d
commit
e065dcb816
3
help.go
3
help.go
@ -10,10 +10,9 @@ import (
|
||||
func (e *Executor) PrintTasksHelp() {
|
||||
tasks := e.tasksWithDesc()
|
||||
if len(tasks) == 0 {
|
||||
e.outf("task: No tasks with description available")
|
||||
return
|
||||
}
|
||||
e.outf("task: Available tasks for this project:")
|
||||
e.outf("Available tasks for this project:")
|
||||
|
||||
// Format in tab-separated columns with a tab stop of 8.
|
||||
w := tabwriter.NewWriter(e.Stdout, 0, 8, 0, '\t', 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user