The CLI accepts many flags (--resume, --segment, --gpu, chapters, dry-run…) but there's no built-in help. New users must read source or docs to discover options.
Task
- Print a formatted usage block on
--help / -h: every flag, meaning, default, one example invocation
- Include 2–3 example
input-scripts.json shapes
- Exit 0 after printing
File: src/cli.ts
The CLI accepts many flags (
--resume,--segment,--gpu, chapters, dry-run…) but there's no built-in help. New users must read source or docs to discover options.Task
--help/-h: every flag, meaning, default, one example invocationinput-scripts.jsonshapesFile:
src/cli.ts