@@ -0,0 +1,10 @@
/**
* CLI entry point
* Main command-line interface
*/
import { MailerCli } from './cli/mailer-cli.ts';
// Create and run CLI
const cli = new MailerCli();
await cli.parseAndExecute(Deno.args);
The note is not visible to the blocked user.