| 1 | import type { CliRenderer } from "@opentui/core" |
| 2 | import { existsSync, readdirSync, readFileSync, statSync } from "node:fs" |
| 3 | import { readFile, rm, writeFile } from "node:fs/promises" |
| 4 | import os from "node:os" |
nothing calls this directly
no test coverage detected