MCPcopy
hub / github.com/infinitered/gluegun / spawn

Method spawn

src/toolbox/system-types.ts:13–13  ·  view source on GitHub ↗

* Spawns a command via crosspawn.

(command: string, options?: any)

Source from the content-addressed store, hash-verified

11 * Spawns a command via crosspawn.
12 */
13 spawn(command: string, options?: any): Promise<any>
14 /**
15 * Uses node-which to find out where the command lines.
16 */

Callers 3

cli.integration.tsFile · 0.80
new.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected