Skip to content

Commit f6e35dd

Browse files
fix: add export for flag types
1 parent 5ffc4f8 commit f6e35dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export { cli } from './cli';
22
export { command, type Command } from './command';
33
export type { Renderers } from './render-help';
4+
export type { Flags } from './types';

0 commit comments

Comments
 (0)