MCPcopy Index your code
hub / github.com/Waishnav/devspace / ShellCommand

Interface ShellCommand

src/process-platform.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { spawnSync } from "node:child_process";
3
4export interface ShellCommand {
5 executable: string;
6 args: string[];
7}
8
9export interface KillableProcess {
10 pid?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected