mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
committed by
Andrey Nering
parent
b3e4cfcf48
commit
69f5714e45
@@ -132,8 +132,9 @@ func run() error {
|
||||
Stdout: os.Stdout,
|
||||
Stderr: os.Stderr,
|
||||
|
||||
OutputStyle: flags.Output,
|
||||
TaskSorter: taskSorter,
|
||||
OutputStyle: flags.Output,
|
||||
TaskSorter: taskSorter,
|
||||
EnableVersionCheck: true,
|
||||
}
|
||||
listOptions := task.NewListOptions(flags.List, flags.ListAll, flags.ListJson, flags.NoStatus)
|
||||
if err := listOptions.Validate(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user