aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/index.go
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-07-02 02:11:26 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2025-07-02 02:11:26 -0400
commitd67596acd921f75caaa4e604bc1ccf163bd0729e (patch)
treed7d0d30d20a1a63173acc183e3edd4163a82bc1d /cmd/index.go
parent3b3fc9ebfce6e0944b12b929b6abc95251a0e64e (diff)
Add experimental http server
Diffstat (limited to 'cmd/index.go')
-rw-r--r--cmd/index.go2
1 files changed, 1 insertions, 1 deletions
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 {