We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffc4f8 commit f6e35ddCopy full SHA for f6e35dd
src/index.ts
@@ -1,3 +1,4 @@
1
export { cli } from './cli';
2
export { command, type Command } from './command';
3
export type { Renderers } from './render-help';
4
+export type { Flags } from './types';
0 commit comments