Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RedPlanetHQ/core
/ parse
Function
parse
packages/sdk/src/integrations/integration-cli.ts:233–235 ·
view source on GitHub ↗
* Parse and execute the CLI commands
()
Source
from the content-addressed store, hash-verified
231
* Parse and execute the CLI commands
232
*/
233
public parse(): void {
234
this.program.parse();
235
}
236
237
/**
238
* Get the commander program instance
for
additional customization
Callers
nothing calls this directly
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected