dl icon indicating copy to clipboard operation
dl copied to clipboard

New flag interface support (go1.14)

Open malikbenkirane opened this issue 5 years ago • 0 comments

# github.com/ejunjsh/dl
../go/src/github.com/ejunjsh/dl/main.go:25:22: cannot use cli.StringSliceFlag literal (type cli.StringSliceFlag) as type cli.Flag in slice literal:
	cli.StringSliceFlag does not implement cli.Flag (Apply method has pointer receiver)
../go/src/github.com/ejunjsh/dl/main.go:41:17: cannot range over c.Args() (type cli.Args)

malikbenkirane avatar May 08 '20 09:05 malikbenkirane