add snapshot commands

This commit is contained in:
2026-04-22 13:38:02 +02:00
parent a7d979ca38
commit 66221ea219
8 changed files with 298 additions and 10 deletions

View File

@@ -37,6 +37,7 @@ type Config struct {
From, To, MaxItems int
Index string
Filter []string
Failed, Partials bool
}
func Init() (*Config, error) {