MCPcopy Create free account
hub / github.com/remix-run/react-router / usage

Function usage

scripts/pr.ts:250–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248// Utils
249
250function usage(): never {
251 console.error(
252 "Usage:\n" +
253 " node scripts/pr.ts check\n" +
254 " node scripts/pr.ts actions <result-file>",
255 );
256 process.exit(1);
257}
258
259function requireEnv(name: string): string {
260 let value = process.env[name];

Callers 1

pr.tsFile · 0.85

Calls 2

errorMethod · 0.80
exitMethod · 0.45

Tested by

no test coverage detected