| 1 | import { defineCommand } from '../command'; |
| 2 | import { DOCS_HOSTS } from '../config/schema'; |
| 3 | import type { Config } from '../config/schema'; |
| 4 | import type { GlobalFlags } from '../types/flags'; |
nothing calls this directly
no test coverage detected