| 39 | } |
| 40 | |
| 41 | export interface AnalyzeCommandFlags { |
| 42 | silent?: boolean |
| 43 | outfile?: string |
| 44 | cwd?: string |
| 45 | config?: string |
| 46 | scope?: 'token' | 'recipe' |
| 47 | } |
| 48 | |
| 49 | export interface DebugCommandFlags { |
| 50 | silent?: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected