implements list command

This commit is contained in:
Dennis Schoepf 2025-08-28 16:57:06 +02:00
parent b54f62378b
commit 09f4b2a838
5 changed files with 127 additions and 5 deletions

View file

@ -31,8 +31,9 @@ var addCmd = &cobra.Command{
Long: `Validates and stores a feed in the application's database. Depending on the feed type, articles, videos, or updates are fetched right away.
Supported types currently are:
- RSS
- Youtube Channel links`,
- RSS feeds
- Atom feeds
`,
Run: func(cmd *cobra.Command, args []string) {
feedName, articlesCount, err := internal.AddFeed(args[0])