Skip to content

Commit 4aa4783

Browse files
committed
feat: make args abstract
1 parent f4047b9 commit 4aa4783

File tree

7 files changed

+1494
-831
lines changed

7 files changed

+1494
-831
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export * from './lib/errors/ArgumentError';
6767
export * from './lib/errors/Identifiers';
6868
export * from './lib/errors/PreconditionError';
6969
export * from './lib/errors/UserError';
70-
export * from './lib/parsers/Args';
70+
export * from './lib/parsers/MessageArgs';
7171
export * from './lib/plugins/Plugin';
7272
export * from './lib/plugins/PluginManager';
7373
export * from './lib/plugins/symbols';

0 commit comments

Comments
 (0)