MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / printUsage

Function printUsage

scripts/draft-changelog.ts:175–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}
174
175function printUsage() {
176 console.log(`Usage:
177 bun run changelog:draft <version> [--write] [--force] [--from <ref>] [--to <ref>] [--date YYYY-MM-DD]
178
179Examples:
180 bun run changelog:draft 0.6.53
181 bun run changelog:draft 0.6.53 --write
182 bun run changelog:draft 0.6.53 --from v0.6.52 --to HEAD --write
183`);
184}
185
186function fail(message: string): never {
187 console.error(message);

Callers 1

finalizeOptionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected