Use cli/v2 in genflags tool (for now?)
This commit is contained in:
parent
d34a232baf
commit
1446649448
@ -14,7 +14,7 @@ import (
|
|||||||
"syscall"
|
"syscall"
|
||||||
"text/template"
|
"text/template"
|
||||||
|
|
||||||
"github.com/urfave/cli/v3"
|
"github.com/urfave/cli/v2"
|
||||||
"golang.org/x/text/cases"
|
"golang.org/x/text/cases"
|
||||||
"golang.org/x/text/language"
|
"golang.org/x/text/language"
|
||||||
"gopkg.in/yaml.v3"
|
"gopkg.in/yaml.v3"
|
||||||
|
@ -5,7 +5,7 @@ import (
|
|||||||
"reflect"
|
"reflect"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
main "github.com/urfave/cli/v3/cmd/urfave-cli-genflags"
|
main "github.com/urfave/cli/v2/cmd/urfave-cli-genflags"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestTypeName(t *testing.T) {
|
func TestTypeName(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user