print event in 'validate' and 'filter', apply jq on 'filter' and 'req' with gojq.

This commit is contained in:
fiatjaf
2026-04-19 19:10:29 -03:00
parent 5930437578
commit 9ae5798a24
7 changed files with 183 additions and 16 deletions

View File

@@ -55,6 +55,8 @@ nak event -k 1 -p not_a_pubkey | nak validate
return fmt.Errorf("schema validation failed: %w", err)
}
stdout(evt)
return nil
}