This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory.git
The following commit(s) were added to refs/heads/main by this push:
new ad2f0f239 fix(docs): updated the compiler guide (#3420)
ad2f0f239 is described below
commit ad2f0f23900ef985a259c7889f7306fb78360bb6
Author: Ayush Kumar <[email protected]>
AuthorDate: Thu Feb 26 12:43:21 2026 +0530
fix(docs): updated the compiler guide (#3420)
## Why?
Update the `compiler-guide.md` as per the output of `foryc --help`
command.
## What does this PR do?
- Adds `--grpc` command to the compile options table.
- Matched the output of the command to the table.
## Related issues
#3402
## Does this PR introduce any user-facing change?
- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?
## Benchmark
N/A
---
docs/compiler/compiler-guide.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/compiler/compiler-guide.md b/docs/compiler/compiler-guide.md
index 33c8f6bc9..4a513f290 100644
--- a/docs/compiler/compiler-guide.md
+++ b/docs/compiler/compiler-guide.md
@@ -64,9 +64,9 @@ Compile options:
| `--go_out=DST_DIR` | Generate Go code in DST_DIR
| (none) |
| `--rust_out=DST_DIR` | Generate Rust code in DST_DIR
| (none) |
| `--csharp_out=DST_DIR` | Generate C# code in DST_DIR
| (none) |
-| `--go_nested_type_style` | Go nested type naming: `camelcase`
or `underscore` | from schema/default |
-| `--emit-fdl` | Print translated Fory IDL for
non-`.fdl` inputs | `false` |
-| `--emit-fdl-path` | Write translated Fory IDL to a file
or directory | (stdout) |
+| `--go_nested_type_style` | Go nested type naming: `camelcase`
or `underscore` | `underscore` |
+| `--emit-fdl` | Emit translated FDL (for non-FDL
inputs) | `false` |
+| `--emit-fdl-path` | Write translated FDL to this path
(file or directory) | (stdout) |
Scan options (with `--scan-generated`):
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]