Skip to content

CLI: --email flag missing from help output #525

@buger

Description

@buger

Description

The --email flag for the email frontend runner is not shown in visor --help output, even though it's fully implemented and documented in the TypeScript types (cli.d.ts line 63-64):

/** Enable Email polling runner (IMAP/Resend) */
email?: boolean;

Expected

visor --help should list --email alongside --slack and --telegram:

--slack                               Enable Slack Socket Mode runner
--telegram                            Enable Telegram long-polling runner
--email                               Enable Email polling runner (IMAP/Resend)

Actual

Only --slack, --telegram, and --a2a appear in help output.

Version

@probelabs/visor@0.1.178

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingexternal

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions