chore: add TODOs

This commit is contained in:
Stevan Freeborn
2026-08-03 07:16:59 -05:00
parent 667f5f112b
commit 79090b3d39
+8
View File
@@ -12,6 +12,14 @@ import (
_ "github.com/lib/pq" _ "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() { func main() {
if len(os.Args) < 2 { if len(os.Args) < 2 {
fmt.Println("Not enough arguments provided. Usage: <command> <args>") fmt.Println("Not enough arguments provided. Usage: <command> <args>")