MCPcopy
hub / github.com/microsoft/monaco-editor / RunOptions

Interface RunOptions

scripts/lib/index.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { mkdir, writeFile } from 'fs/promises';
3
4export interface RunOptions {
5 cwd: string;
6}
7
8export async function run(command: string, options: RunOptions) {
9 console.log(`Running ${command} in ${options.cwd}`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…