MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / flagDefault

Method flagDefault

out/cli.cjs:65160–65162  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

65158 let s2 = "";
65159 if (i3 ? s2 += `${i3}, ` : a4 && (s2 += " "), s2 += n2, "placeholder" in r3 && typeof r3.placeholder == "string") s2 += `${this.flagOperator(e3)}${r3.placeholder}`;
65160 else {
65161 const o3 = this.flagParameter("type" in r3 ? r3.type : r3);
65162 o3 && (s2 += `${this.flagOperator(e3)}${o3}`);
65163 }
65164 return s2;
65165 }

Callers 1

flagDescriptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected