Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
function
display(command, args) {
29
return
[command, ...args].map(q).join(
' '
);
30
}
31
32
function
parseJson(stdout) {
33
const
text = String(stdout ||
''
).trim();
Callers
1
runStep
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected