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

Method exec

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

* Executes a command via execa.

(command: string, options?: any)

Source from the content-addressed store, hash-verified

3 * Executes a command via execa.
4 */
5 exec(command: string, options?: any): Promise<any>
6 /**
7 * Runs a command and returns stdout as a trimmed string.
8 */

Callers 1

cli.integration.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected