Skip to content

installation issue #42

@balavs2806

Description

@balavs2806

getting this error while installation

github.com/mlabouardy/nexus-cli

../src/github.com/mlabouardy/nexus-cli/main.go:25:14: cannot use []cli.Author literal (type []cli.Author) as type []*cli.Author in assignment
../src/github.com/mlabouardy/nexus-cli/main.go:31:15: cannot use []cli.Command literal (type []cli.Command) as type []*cli.Command in assignment
../src/github.com/mlabouardy/nexus-cli/main.go:42:4: cannot use []cli.Command literal (type []cli.Command) as type []*cli.Command in field value
../src/github.com/mlabouardy/nexus-cli/main.go:54:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:67:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:70:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:82:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:85:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:88:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:100:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:31:15: too many errors

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions