Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
const
DEFAULT_PLUGIN_ROOT = path.resolve(__dirname,
'..'
);
10
11
function
has(flag) {
12
return
process.argv.includes(flag);
13
}
14
15
function
arg(name, fallback = null) {
16
const
prefix = `${name}=`;
Callers
1
codex-install.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected