diff --git a/cli/send.ts b/cli/send.ts index 4a4bf68..1838825 100644 --- a/cli/send.ts +++ b/cli/send.ts @@ -56,11 +56,3 @@ export const cmd = new Command() await send(mail) }, ) - -if (import.meta.main) { - if (Deno.args.length) { - cmd.parse(Deno.args) - } else { - cmd.showHelp() - } -}