Merge remote-tracking branch 'origin/v3-dev-main' into v3-porting
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
"syscall"
|
||||
"text/template"
|
||||
|
||||
"github.com/urfave/cli/v2"
|
||||
"github.com/urfave/cli/v3"
|
||||
"golang.org/x/text/cases"
|
||||
"golang.org/x/text/language"
|
||||
"gopkg.in/yaml.v3"
|
||||
|
@@ -5,7 +5,7 @@ import (
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
main "github.com/urfave/cli/v2/cmd/urfave-cli-genflags"
|
||||
main "github.com/urfave/cli/v3/cmd/urfave-cli-genflags"
|
||||
)
|
||||
|
||||
func TestTypeName(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user