Add nip 9a push support

This commit is contained in:
Jon Staab
2026-02-10 14:34:46 -08:00
parent 010880abc8
commit d30c03f7fd
6 changed files with 348 additions and 53 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ func main() {
var (
relay = flag.String("relay", "", "Relay name (required)")
reset = flag.Bool("reset", false, "Delete all events from the store before importing")
force = flag.Bool("force", false, "Skip validation prompts and import valid events only")
reset = flag.Bool("reset", false, "Delete all events from the store before importing")
force = flag.Bool("force", false, "Skip validation prompts and import valid events only")
)
flag.Parse()