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

Function normalize

packages/cli/src/internal/options.ts:1737–1737  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

1735 },
1736 onNonEmpty: (head, tail) => {
1737 const normalize = (value: string) => InternalCliConfig.normalizeCase(config, value)
1738 const normalizedHead = normalize(head)
1739 const normalizedNames = Arr.map(getNames(self), (name) => normalize(name))
1740

Callers 1

parseCommandLineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected