mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:50:43 +00:00
docs: advertise xhigh docs i18n thinking
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user