| 1 | import { defineCommand } from '../../command'; |
| 2 | import { requestJson } from '../../client/http'; |
| 3 | import { vlmEndpoint } from '../../client/endpoints'; |
| 4 | import { formatOutput, detectOutputFormat, dryRun } from '../../output/formatter'; |
nothing calls this directly
no test coverage detected