We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57f9db commit 1ac37c6Copy full SHA for 1ac37c6
1 file changed
packages/core/src/cli.ts
@@ -2,7 +2,6 @@ import type { ParsedResult } from "@clerc/parser";
2
import { parse } from "@clerc/parser";
3
import type { LiteralUnion } from "@clerc/utils";
4
import { toArray } from "@clerc/utils";
5
-import type { ErrorHandler } from "lite-emit";
6
import { LiteEmit } from "lite-emit";
7
8
import { resolveCommand } from "./commands";
@@ -26,6 +25,7 @@ import type {
26
25
CommandsMap,
27
CommandsRecord,
28
ContextStore,
+ ErrorHandler,
29
Interceptor,
30
MakeEmitterEvents,
31
Parameter,
0 commit comments