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

Function printUsage

scripts/changelog-weekly.ts:531–542  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

529}
530
531function printUsage() {
532 console.log(`changelog:weekly drafts an editable weekly digest packet.
533
534Usage:
535 bun run changelog:weekly --from YYYY-MM-DD --to YYYY-MM-DD [--write] [--force]
536
537Examples:
538 bun run changelog:weekly --from 2026-06-01 --to 2026-06-07
539 bun run changelog:weekly --from 2026-06-01 --to 2026-06-07 --write
540 bun run changelog:weekly --from 2026-06-01 --to 2026-06-07 --write --force
541`);
542}
543
544function fail(message: string): never {
545 console.error(`changelog:weekly: ${message}`);

Callers 2

parseArgumentFunction · 0.70
requireDateRangeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected