Update count command documentation for production

- Add note about automatic NIP-11/NIP-45 support detection
- Mention spell saving capability in description
This commit is contained in:
Claude
2026-01-15 13:11:09 +00:00
parent adacf1a672
commit cb70fafcdc

View File

@@ -327,7 +327,7 @@ export const manPages: Record<string, ManPageEntry> = {
section: "1",
synopsis: "count [options] <relay...>",
description:
"Count events on Nostr relays using the NIP-45 COUNT verb. Returns event counts matching specified filter criteria. At least one relay is required. If querying multiple relays, shows per-relay breakdown.",
"Count events on Nostr relays using the NIP-45 COUNT verb. Returns event counts matching specified filter criteria. At least one relay is required. If querying multiple relays, shows per-relay breakdown. Automatically checks NIP-11 relay info to detect NIP-45 support before querying. Can be saved as a spell for quick access.",
options: [
{
flag: "<relay...>",