From 42521c9ceec2d5543c9959f13fec74c166fa3631 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:04 +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 788bcc0..11da7a6 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Change any of the following values by passing `-option="Value"` CLI flag to `web | `-client` | generate client code | unset (`false`) | | `-server` | generate server code | unset (`false`) | | `-exports=false` | disable "exports" in code | enabled (`true`) | +| `-schemaHash=false` | don't emit schema hash + version consts | enabled (`true`) | Example: ```