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

Function makeFullName

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

Source from the content-addressed store, hash-verified

985}
986
987const makeFullName = (str: string): [boolean, string] => str.length === 1 ? [true, `-${str}`] : [false, `--${str}`]
988
989const makeKeyValueMap = (
990 argumentOption: Single

Callers 2

makeSingleFunction · 0.85
getNamesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected