Refine render documentation for required flags and workflow examples

This commit is contained in:
2026-05-24 23:01:41 +00:00
parent 6dfc1ea527
commit da3720693d
3 changed files with 5 additions and 3 deletions

View File

@@ -93,8 +93,8 @@ Example:
```sh
go run ./cmd/seriatim render \
--input-file normalized.json \
--output-file transcript.md \
--input-file examples/render/input-intermediate.json \
--output-file /tmp/seriatim-example-render.md \
--format markdown
```