Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
if
(process.argv.includes(
'--no-color'
)) {
4
process.env.NO_COLOR =
'1'
;
Callers
nothing calls this directly
Calls
15
buildVersionNotice
Function · 0.90
resolveProjectAnchor
Function · 0.90
recordInvocationCwd
Function · 0.90
loadConfig
Function · 0.90
detectDesktop
Function · 0.90
createRealDetectDeps
Function · 0.90
launchDesktop
Function · 0.90
runStartCommand
Function · 0.90
startCommand
Function · 0.90
mcpCommand
Function · 0.90
initCommand
Function · 0.90
seedCommand
Function · 0.90
Tested by
no test coverage detected