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

Function getHelp

packages/cli/src/internal/commandDescriptor.ts:165–168  ·  view source on GitHub ↗
(
  self: Descriptor.Command<A>,
  config: CliConfig.CliConfig
)

Source from the content-addressed store, hash-verified

163
164/** @internal */
165export const getHelp = <A>(
166 self: Descriptor.Command<A>,
167 config: CliConfig.CliConfig
168): HelpDoc.HelpDoc => getHelpInternal(self as Instruction, config)
169
170/** @internal */
171export const getNames = <A>(self: Descriptor.Command<A>): HashSet.HashSet<string> =>

Callers

nothing calls this directly

Calls 1

getHelpInternalFunction · 0.70

Tested by

no test coverage detected