From d67596acd921f75caaa4e604bc1ccf163bd0729e Mon Sep 17 00:00:00 2001 From: JP Appel Date: Wed, 2 Jul 2025 02:11:26 -0400 Subject: Add experimental http server --- cmd/index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/index.go') diff --git a/cmd/index.go b/cmd/index.go index c5d1107..62b9af0 100644 --- a/cmd/index.go +++ b/cmd/index.go @@ -43,7 +43,7 @@ func setupIndexFlags(args []string, fs *flag.FlagSet, flags *IndexFlags) { return nil }) - fs.Parse(args[1:]) + fs.Parse(args) } func runIndex(gFlags GlobalFlags, iFlags IndexFlags, db *data.Query) byte { -- cgit v1.2.3