| 1 | import { defineCommand } from "citty"; |
| 2 | import type { FetchConfig, SearchRequest } from "scrapegraph-js"; |
| 3 | import { search } from "scrapegraph-js"; |
| 4 | import { resolveApiKey } from "../lib/folders.js"; |
nothing calls this directly
no test coverage detected