MCPcopy Create free account
hub / github.com/continuedev/continue / execCommand

Function execCommand

extensions/cli/smoke-test.mjs:34–41  ·  view source on GitHub ↗
(command, options = {})

Source from the content-addressed store, hash-verified

32}
33
34function execCommand(command, options = {}) {
35 return execSync(command, {
36 cwd: __dirname,
37 encoding: "utf8",
38 stdio: "pipe",
39 ...options,
40 });
41}
42
43console.log("🧪 Running smoke tests for bundled CLI...\n");
44

Callers 1

smoke-test.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected