yacle icon indicating copy to clipboard operation
yacle copied to clipboard

Is yacle working?

Open nicocesar opened this issue 4 years ago • 1 comments

This is what I get when I do a go get:

[nico:~] $ export GOMODULE111=on
[nico:~] $ go get -u -v github.com/otiai10/yacle
github.com/otiai10/yacle (download)
github.com/otiai10/cwl.go (download)
github.com/otiai10/jsonindent (download)
github.com/otiai10/yaml2json (download)
get "gopkg.in/yaml.v2": found meta tag get.metaImport{Prefix:"gopkg.in/yaml.v2", VCS:"git", RepoRoot:"https://gopkg.in/yaml.v2"} at //gopkg.in/yaml.v2?go-get=1
gopkg.in/yaml.v2 (download)
github.com/robertkrimen/otto (download)
get "gopkg.in/sourcemap.v1": found meta tag get.metaImport{Prefix:"gopkg.in/sourcemap.v1", VCS:"git", RepoRoot:"https://gopkg.in/sourcemap.v1"} at //gopkg.in/sourcemap.v1?go-get=1
gopkg.in/sourcemap.v1 (download)
get "gopkg.in/sourcemap.v1/base64vlq": found meta tag get.metaImport{Prefix:"gopkg.in/sourcemap.v1", VCS:"git", RepoRoot:"https://gopkg.in/sourcemap.v1"} at //gopkg.in/sourcemap.v1/base64vlq?go-get=1
get "gopkg.in/sourcemap.v1/base64vlq": verifying non-authoritative meta tag
github.com/urfave/cli (download)
github.com/cpuguy83/go-md2man (download)
github.com/otiai10/yacle
# github.com/otiai10/yacle
go/src/github.com/otiai10/yacle/main.go:18:15: cannot use []cli.Command literal (type []cli.Command) as type []*cli.Command in assignment
go/src/github.com/otiai10/yacle/main.go:22:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in slice literal:
	cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
go/src/github.com/otiai10/yacle/main.go:26:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in slice literal:
	cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
[nico:~] 7s $ go version
go version go1.14.2 linux/amd64

nicocesar avatar May 21 '20 17:05 nicocesar

haven't touched this project for a while. waiting for further maintainers now.

otiai10 avatar May 24 '20 04:05 otiai10