MCPcopy Index your code
hub / github.com/callstack/agent-device / runCliCommand

Function runCliCommand

src/commands/cli-runner.ts:15–17  ·  view source on GitHub ↗
(options: CliRunOptions)

Source from the content-addressed store, hash-verified

13};
14
15export async function runCliCommand(options: CliRunOptions): Promise<CommandRequestResult> {
16 return (await runCliCommandWithOutput(options)).result;
17}
18
19export async function runCliCommandWithOutput(options: CliRunOptions): Promise<{
20 result: CommandRequestResult;

Callers 2

screenshotCommandFunction · 0.90
diffCommandFunction · 0.90

Calls 1

runCliCommandWithOutputFunction · 0.85

Tested by

no test coverage detected