MCPcopy
hub / github.com/streamich/git-cz / run

Function run

lib/cz.js:6–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5exports.prompter = (cz, commit) => {
6 const run = async () => {
7 const state = createState();
8
9 await runInteractiveQuestions(state);
10
11 const message = formatCommitMessage(state);
12
13 return commit(message);
14 };
15
16 run();
17};

Callers 1

cz.jsFile · 0.85

Calls 3

createStateFunction · 0.85
runInteractiveQuestionsFunction · 0.85
formatCommitMessageFunction · 0.85

Tested by

no test coverage detected