Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
987
const
makeFullName = (str: string): [boolean, string] => str.length === 1 ? [true, `-${str}`] : [false, `--${str}`]
988
989
const
makeKeyValueMap = (
990
argumentOption: Single
Callers
2
makeSingle
Function · 0.85
getNames
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected