MCPcopy
hub / github.com/inkeep/open-knowledge / cli.ts

File cli.ts

packages/cli/src/cli.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env node
2
3if (process.argv.includes('--no-color')) {
4 process.env.NO_COLOR = '1';

Callers

nothing calls this directly

Calls 15

buildVersionNoticeFunction · 0.90
resolveProjectAnchorFunction · 0.90
recordInvocationCwdFunction · 0.90
loadConfigFunction · 0.90
detectDesktopFunction · 0.90
createRealDetectDepsFunction · 0.90
launchDesktopFunction · 0.90
runStartCommandFunction · 0.90
startCommandFunction · 0.90
mcpCommandFunction · 0.90
initCommandFunction · 0.90
seedCommandFunction · 0.90

Tested by

no test coverage detected