chore(deps): update module github.com/urfave/cli to v2 (main) #1838
Annotations
10 errors and 1 warning
|
main.go#L63
cannot use cli.StringFlag{…} (value of struct type cli.StringFlag) as cli.Flag value in array or slice literal: cli.StringFlag does not implement cli.Flag (method Apply has pointer receiver)
|
|
main.go#L65
unknown field EnvVar in struct literal of type cli.StringFlag
|
|
main.go#L68
cannot use cli.IntFlag{…} (value of struct type cli.IntFlag) as cli.Flag value in array or slice literal: cli.IntFlag does not implement cli.Flag (method Apply has pointer receiver)
|
|
main.go#L70
unknown field EnvVar in struct literal of type cli.IntFlag
|
|
main.go#L74
cannot use cli.StringFlag{…} (value of struct type cli.StringFlag) as cli.Flag value in array or slice literal: cli.StringFlag does not implement cli.Flag (method Apply has pointer receiver)
|
|
main.go#L76
unknown field EnvVar in struct literal of type cli.StringFlag
|
|
main.go#L80
cannot use cli.StringFlag{…} (value of struct type cli.StringFlag) as cli.Flag value in array or slice literal: cli.StringFlag does not implement cli.Flag (method Apply has pointer receiver)
|
|
main.go#L82
unknown field EnvVar in struct literal of type cli.StringFlag
|
|
main.go#L86
cannot use cli.StringFlag{…} (value of struct type cli.StringFlag) as cli.Flag value in array or slice literal: cli.StringFlag does not implement cli.Flag (method Apply has pointer receiver)
|
|
main.go#L88
unknown field EnvVar in struct literal of type cli.StringFlag
|
|
|
The logs for this run have expired and are no longer available.
Loading