MCPcopy
hub / github.com/withastro/astro / ExecaOptions

Interface ExecaOptions

packages/create-astro/src/shell.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const WINDOWS_EXE_SHIMS = new Set(['bun', 'bunx']);
11
12interface ExecaOptions {
13 cwd?: string | URL;
14 stdio?: StdioOptions;
15 timeout?: number;
16}
17interface Output {
18 stdout: string;
19 stderr: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected