We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5c350 commit dd03b99Copy full SHA for dd03b99
email/mailmerge-cli/src/commands/send.ts
@@ -8,7 +8,6 @@ import {
8
Mailer,
9
} from "@docsoc/mailmerge";
10
import { Args, Command, Flags } from "@oclif/core";
11
-import test from "node:test";
12
13
export default class Send extends Command {
14
static override args = {
0 commit comments