Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 */
199
export
const
getUsage = <A>(self: Descriptor.Command<A>): Usage.Usage => getUsageInternal(self as Instruction)
200
201
/** @internal */
202
export
const
map = dual<
Callers
1
getHelpInternal
Function · 0.70
Calls
3
head
Method · 0.80
getUsageInternal
Function · 0.70
of
Method · 0.65
Tested by
no test coverage detected