dockerfileview icon indicating copy to clipboard operation
dockerfileview copied to clipboard

Doesnt work in CentOS

Open Stonica opened this issue 4 years ago • 0 comments

[root@2741bb68dc74 tomcat]# go get github.com/remore/dockerfileview
# github.com/remore/dockerfileview
/root/go/src/github.com/remore/dockerfileview/main.go:16:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in array or slice literal:
        cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
/root/go/src/github.com/remore/dockerfileview/main.go:22:13: cannot use func literal (type func(*cli.Context)) as type cli.ActionFunc in assignment

Stonica avatar Mar 24 '21 06:03 Stonica