MCPcopy Index your code
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
366const isLogLevelArg = (arg?: string) => {
367 return arg && (arg === "--log-level" || arg.startsWith("--log-level="))
368}

Callers 1

handleBuiltInOptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected