mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-12 16:37:06 +02:00
fix: Update error message to include --json flag option
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -175,6 +175,6 @@ export function parseOpenCommand(args: string[]): ParsedOpenCommand {
|
||||
}
|
||||
|
||||
throw new Error(
|
||||
"Invalid event identifier. Supported formats: note1..., nevent1..., naddr1..., hex ID, or kind:pubkey:d-tag",
|
||||
"Invalid event identifier. Supported formats: note1..., nevent1..., naddr1..., hex ID, kind:pubkey:d-tag, or --json <event-json>",
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user