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

Function getHelp

packages/cli/src/internal/options.ts:448–448  ·  view source on GitHub ↗
(self: Options.Options<A>)

Source from the content-addressed store, hash-verified

446
447/** @internal */
448export const getHelp = <A>(self: Options.Options<A>): HelpDoc.HelpDoc => getHelpInternal(self as Instruction)
449
450/** @internal */
451export const getIdentifier = <A>(self: Options.Options<A>): Option.Option<string> =>

Callers

nothing calls this directly

Calls 1

getHelpInternalFunction · 0.70

Tested by

no test coverage detected