MCPcopy Create free account
hub / github.com/SethGammon/Citadel / display

Function display

scripts/codex-install.js:28–30  ·  view source on GitHub ↗
(command, args)

Source from the content-addressed store, hash-verified

26}
27
28function display(command, args) {
29 return [command, ...args].map(q).join(' ');
30}
31
32function parseJson(stdout) {
33 const text = String(stdout || '').trim();

Callers 1

runStepFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected