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

Function getUsage

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

Source from the content-addressed store, hash-verified

197
198/** @internal */
199export const getUsage = <A>(self: Descriptor.Command<A>): Usage.Usage => getUsageInternal(self as Instruction)
200
201/** @internal */
202export const map = dual<

Callers 1

getHelpInternalFunction · 0.70

Calls 3

headMethod · 0.80
getUsageInternalFunction · 0.70
ofMethod · 0.65

Tested by

no test coverage detected