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
Description
The
--emailflag for the email frontend runner is not shown invisor --helpoutput, even though it's fully implemented and documented in the TypeScript types (cli.d.tsline 63-64):Expected
visor --helpshould list--emailalongside--slackand--telegram:Actual
Only
--slack,--telegram, and--a2aappear in help output.Version
@probelabs/visor@0.1.178