MCPcopy Index your code
hub / github.com/Effect-TS/effect / toAnsiText

Function toAnsiText

packages/cli/src/internal/helpDoc.ts:134–134  ·  view source on GitHub ↗
(self: HelpDoc.HelpDoc)

Source from the content-addressed store, hash-verified

132
133/** @internal */
134export const toAnsiText = (self: HelpDoc.HelpDoc): string => Doc.render(toAnsiDoc(self), { style: "pretty" })
135
136// =============================================================================
137// Internals

Callers

nothing calls this directly

Calls 1

toAnsiDocFunction · 0.70

Tested by

no test coverage detected