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

Function has

scripts/codex-install.js:11–13  ·  view source on GitHub ↗
(flag)

Source from the content-addressed store, hash-verified

9const DEFAULT_PLUGIN_ROOT = path.resolve(__dirname, '..');
10
11function has(flag) {
12 return process.argv.includes(flag);
13}
14
15function arg(name, fallback = null) {
16 const prefix = `${name}=`;

Callers 1

codex-install.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected