MCPcopy Index your code
hub / github.com/vercel/hyper / index.ts

File index.ts

app/index.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Print diagnostic information for a few arguments instead of running Hyper.
2if (['--help', '-v', '--version'].includes(process.argv[1])) {
3 // eslint-disable-next-line @typescript-eslint/no-var-requires
4 const {version} = require('./package');

Callers

nothing calls this directly

Calls 13

installCLIFunction · 0.90
resolveFunction · 0.85
installDevExtensionsFunction · 0.85
createWindowFunction · 0.85
makeMenuFunction · 0.85
GetWindowFunction · 0.85
exitMethod · 0.80
reduceMethod · 0.80
onMethod · 0.80
bindMethod · 0.80
logMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected