mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
CHANGELOG + small improvements to #936
This commit is contained in:
2
help.go
2
help.go
@@ -4,7 +4,6 @@ import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/go-task/task/v3/taskfile"
|
||||
"io"
|
||||
"log"
|
||||
"os"
|
||||
@@ -14,6 +13,7 @@ import (
|
||||
|
||||
"github.com/go-task/task/v3/internal/editors"
|
||||
"github.com/go-task/task/v3/internal/logger"
|
||||
"github.com/go-task/task/v3/taskfile"
|
||||
)
|
||||
|
||||
// ListOptions collects list-related options
|
||||
|
||||
Reference in New Issue
Block a user