MCPcopy Index your code
hub / github.com/freshframework/fresh / showHelp

Function showHelp

tools/release.ts:6–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import * as semver from "@std/semver";
5
6function showHelp() {
7 // deno-lint-ignore no-console
8 console.log(`
9 Usage: deno run -A release.ts <major|minor|patch|...>
10`);
11}
12
13function exitError(msg: string): never {
14 // deno-lint-ignore no-console

Callers 1

exitErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected