MCPcopy
hub / github.com/Effect-TS/effect / getHelp

Function getHelp

packages/cli/src/internal/args.ts:329–329  ·  view source on GitHub ↗
(self: Args.Args<A>)

Source from the content-addressed store, hash-verified

327
328/** @internal */
329export const getHelp = <A>(self: Args.Args<A>): HelpDoc.HelpDoc => getHelpInternal(self as Instruction)
330
331/** @internal */
332export const getIdentifier = <A>(self: Args.Args<A>): Option.Option<string> =>

Callers

nothing calls this directly

Calls 1

getHelpInternalFunction · 0.70

Tested by

no test coverage detected