MCPcopy
hub / github.com/inkeep/open-knowledge / getCliLogger

Function getCliLogger

packages/cli/src/cli.ts:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60let cliLogger: PinoLoggerInstance | undefined;
61
62export function getCliLogger(): PinoLoggerInstance | undefined {
63 return cliLogger;
64}
65
66program
67 .name('open-knowledge')

Callers 1

createBundleFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected