| 7 | // NOTE: do not edit manually. Auto-generated by 'npm run cli:generate'. |
| 8 | |
| 9 | export interface ArgDef { |
| 10 | name: string; |
| 11 | type: string; |
| 12 | description: string; |
| 13 | required: boolean; |
| 14 | default?: string | number | boolean; |
| 15 | enum?: ReadonlyArray<string | number>; |
| 16 | } |
| 17 | export type Commands = Record< |
| 18 | string, |
| 19 | { |
nothing calls this directly
no outgoing calls
no test coverage detected