(text: string)
| 13 | const CLI_EXCLUDED_WORKFLOWS = new Set(['session-management', 'workflow-discovery']); |
| 14 | |
| 15 | function writeLine(text: string): void { |
| 16 | process.stdout.write(`${text}\n`); |
| 17 | } |
| 18 | |
| 19 | type ToolListItem = { |
| 20 | cliName: string; |
no test coverage detected