diff --git a/src/commands/notifications.ts b/src/commands/notifications.ts index 3eedc0e..f79e6e6 100644 --- a/src/commands/notifications.ts +++ b/src/commands/notifications.ts @@ -3,7 +3,7 @@ import { post } from "../client.js"; import { printJson, printError } from "../output.js"; export const notificationsCommand = new Command("notifications") - .description("Send a notification email to the authenticated account") + .description("Send an email to the account owner. The recipient is automatically resolved from your API key — no --to flag needed. Only --subject is required.") .requiredOption("--subject ", "Email subject line") .option("--text ", "Plain text or Markdown body") .option("--html ", "Raw HTML body (takes precedence over --text)")