Revert "[feat] add --out-format CLI option for customizable output formats; update tests and README"

This reverts commit 66f0062ffb.
This commit is contained in:
2025-08-12 06:00:12 +02:00
parent 4b8b68b33d
commit bb9402c643
4 changed files with 4 additions and 613 deletions

View File

@@ -46,7 +46,6 @@ Model locations
Most-used CLI flags
- -o, --output FILE_OR_DIR: Output path base (date prefix added). If omitted, JSON prints to stdout.
- --out-format <json|toml|srt|all>: Which on-disk format(s) to write; repeatable; default all. Example: --out-format json --out-format srt
- -m, --merge: Merge all inputs into one output; otherwise one output per input.
- --merge-and-separate: Write both merged output and separate per-input outputs (requires -o dir).
- --set-speaker-names: Prompt for a speaker label per input file.