Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cacjs/cac
/ index.ts
File
index.ts
examples/browser/index.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
cac from
'cac'
2
3
const
cli = cac(
'browser-cli'
).help().version(
'0.0.0'
)
4
const
parsed = cli.parse([
'node'
,
'cli'
,
'--help'
])
Callers
nothing calls this directly
Calls
4
cac
Function · 0.85
help
Method · 0.80
parse
Method · 0.80
version
Method · 0.45
Tested by
no test coverage detected