Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shareAI-lab/Kode-CLI
/ hasFlag
Function
hasFlag
cli.js:52–54 ·
view source on GitHub ↗
(flag)
Source
from the content-addressed store, hash-verified
50
}
51
52
function
hasFlag(flag) {
53
return
process.argv.includes(flag)
54
}
55
56
function
printHelpLite() {
57
process.stdout.write(
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected