MCPcopy
hub / github.com/di-sukharev/opencommit / runCli

Function runCli

test/e2e/utils.ts:60–65  ·  view source on GitHub ↗
(
  args: string[] = [],
  options: ProcessOptions
)

Source from the content-addressed store, hash-verified

58};
59
60export const runCli = async (
61 args: string[] = [],
62 options: ProcessOptions
63): Promise<RenderResult> => {
64 return runProcess(process.execPath, [getCliPath(), ...args], options);
65};
66
67export const runGit = async (
68 args: string[],

Callers 7

smoke.test.tsFile · 0.90
gitPush.test.tsFile · 0.90
noChanges.test.tsFile · 0.90
oneFile.test.tsFile · 0.90
commitlint.test.tsFile · 0.90

Calls 2

runProcessFunction · 0.85
getCliPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…