Skip to content

Commit

Permalink
feat: make args abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
samfundev committed Mar 2, 2024
1 parent f4047b9 commit 4aa4783
Show file tree
Hide file tree
Showing 7 changed files with 1,494 additions and 831 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export * from './lib/errors/ArgumentError';
export * from './lib/errors/Identifiers';
export * from './lib/errors/PreconditionError';
export * from './lib/errors/UserError';
export * from './lib/parsers/Args';
export * from './lib/parsers/MessageArgs';
export * from './lib/plugins/Plugin';
export * from './lib/plugins/PluginManager';
export * from './lib/plugins/symbols';
Expand Down
Loading

0 comments on commit 4aa4783

Please sign in to comment.