Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ isLogLevelArg
Function
isLogLevelArg
packages/cli/src/internal/cliApp.ts:366–368 ·
view source on GitHub ↗
(arg?: string)
Source
from the content-addressed store, hash-verified
364
}
365
366
const
isLogLevelArg = (arg?: string) => {
367
return
arg && (arg ===
"--log-level"
|| arg.startsWith(
"--log-level="
))
368
}
Callers
1
handleBuiltInOption
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…