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

Function readStdin

scripts/codex-app-server-dashboard.js:19–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19function readStdin() {
20 try {
21 return fs.readFileSync(0, 'utf8');
22 } catch {
23 return '';
24 }
25}
26
27if (process.argv.includes('--help')) {
28 console.log('Usage: node scripts/codex-app-server-dashboard.js --file app-server.jsonl [--project-root PATH] [--out-dir PATH]');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected