mmcdole / gofeed

Parse RSS, Atom and JSON feeds in Go
MIT License
2.56k stars 208 forks source link

c.Args()[0] (type cli.Args does not support indexing) #152

Closed garlicgit closed 3 years ago

garlicgit commented 4 years ago

Error on compile:

./rssfeed.go:25: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) ./rssfeed.go:31:13: cannot use func literal (type func(*cli.Context)) as type cli.ActionFunc in assignment ./rssfeed.go:38:22: invalid operation: c.Args()[0] (type cli.Args does not support indexing)

skuzzymiglet commented 3 years ago

This not a gofeed issue, please close it