Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tj/commander.js
/ options-env.js
File
options-env.js
examples/options-env.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
import
{ Command, Option } from
'commander'
;
3
const
program =
new
Command();
4
Callers
nothing calls this directly
Calls
6
addOption
Method · 0.80
env
Method · 0.80
parse
Method · 0.80
opts
Method · 0.80
default
Method · 0.45
choices
Method · 0.45
Tested by
no test coverage detected