| 1 | import { Command } from 'commander' |
| 2 | import { afterEach, beforeEach, describe, expect, it, type MockInstance, vi } from 'vitest' |
| 3 | import * as outputModule from '../output' |
| 4 | import { createAnalyzeAction } from './analyze' |
nothing calls this directly
no test coverage detected