From 79090b3d39255a7668f9a90291de7dd8b216df22 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn Date: Mon, 3 Aug 2026 07:16:59 -0500 Subject: [PATCH] chore: add TODOs --- main.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/main.go b/main.go index 1de04b6..2280fda 100644 --- a/main.go +++ b/main.go @@ -12,6 +12,14 @@ import ( _ "github.com/lib/pq" ) +// TODO: Reconcile identifiers for commands. Should prefer referring to things by Name +// not URL + +// TODO: Address what happens when user provides URL that resolves to same set of posts +// but URL slight difference than existing one. i.e. https://test.com/rss vs. https://test.com/rss/ + +// TODO: Extract exit handling in agg command to separate function + func main() { if len(os.Args) < 2 { fmt.Println("Not enough arguments provided. Usage: ")