CHANGELOG + small improvements to #936

This commit is contained in:
Andrey Nering
2022-12-17 10:35:30 -03:00
parent 321f7b59d8
commit 957bff4b89
4 changed files with 19 additions and 2 deletions

View File

@@ -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