docs: advertise xhigh docs i18n thinking

This commit is contained in:
Peter Steinberger
2026-04-28 09:19:37 +01:00
parent db40ec404a
commit 7092313b2f

View File

@@ -45,7 +45,7 @@ func main() {
docsRoot = flag.String("docs", "docs", "docs root")
tmPath = flag.String("tm", "", "translation memory path")
mode = flag.String("mode", "segment", "translation mode (segment|doc)")
thinking = flag.String("thinking", "high", "thinking level (low|high)")
thinking = flag.String("thinking", "high", "thinking level (low|medium|high|xhigh)")
overwrite = flag.Bool("overwrite", false, "overwrite existing translations")
maxFiles = flag.Int("max", 0, "max files to process (0 = all)")
parallel = flag.Int("parallel", 1, "parallel workers for doc mode")