MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / CliResult

Interface CliResult

test/cli/run.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface CliResult {
17 exitCode: number;
18 output: string;
19}
20
21export async function runCli(args: string[]): Promise<CliResult> {
22 const child = forkCli(args);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected