MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / CommandCall

Interface CommandCall

packages/bumpy/test/helpers-shell-mock.ts:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import { _setInterceptor } from '../src/utils/shell.ts';
16
17export interface CommandCall {
18 command: string;
19 args: string[];
20 opts?: { cwd?: string; input?: string };
21}
22
23export interface MockRule {
24 /** Pattern to match against the joined command args (string match or regex) */

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…