| 1 | import type * as FileSystem from "@effect/platform/FileSystem" |
| 2 | import type * as Path from "@effect/platform/Path" |
| 3 | import type * as Terminal from "@effect/platform/Terminal" |
| 4 | import * as Color from "@effect/printer-ansi/Color" |
nothing calls this directly
no test coverage detected