MCPcopy
hub / github.com/callstack/agent-device / runCli

Function runCli

src/bin.ts:115–117  ·  view source on GitHub ↗
(argv: string[])

Source from the content-addressed store, hash-verified

113}
114
115function runCli(argv: string[]): void {
116 import('./cli.ts').then(({ runCli }) => runCli(argv)).catch(handleStartupError);
117}
118
119function handleStartupError(error: unknown): void {
120 process.stderr.write(`${error instanceof Error ? error.message : String(error)}\n`);

Callers 5

runCliCaptureFunction · 0.90
bin.tsFile · 0.70
runHelpFastPathFunction · 0.70

Calls

no outgoing calls

Tested by 1

runCliCaptureFunction · 0.72