From 22b9341772e37a963752a103394da770b226d50e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20-=20=E3=82=A2=E3=83=AC=E3=83=83=E3=82=AF=E3=82=B9?= Date: Mon, 22 Jun 2026 12:08:02 +0200 Subject: [PATCH] docs(readme): document -schemaHash option The -schemaHash opt-out (default-on) was missing from the options table. -help already lists it (auto-generated from the opts dict); this adds the human-readable row. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b458fa..ca72db9 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Change any of the following values by passing `-option="Value"` CLI flag to `web | `-client` | generate client code | `false` | v0.0.1 | | `-server` | generate server code | `false` | v0.0.1 | | `-webrpcHeader` | send Webrpc header in all HTTP requests | `true` | v0.15.0 | +| `-schemaHash=false` | don't emit schema hash + version consts | `true` | v0.28.0 | **Note:** Generated code requires ES2022+ runtime environment.