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

Function printDocs

packages/cli/src/internal/cliApp.ts:147–147  ·  view source on GitHub ↗
(error: HelpDoc.HelpDoc)

Source from the content-addressed store, hash-verified

145}
146
147const printDocs = (error: HelpDoc.HelpDoc): Effect.Effect<void> => Console.error(InternalHelpDoc.toAnsiText(error))
148
149const handleBuiltInOption = <R, E, A>(
150 self: CliApp.CliApp<A>,

Callers 1

cliApp.tsFile · 0.85

Calls 1

errorMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…