chaokunyang commented on code in PR #3374:
URL: https://github.com/apache/fory/pull/3374#discussion_r2853876128
##########
docs/compiler/compiler-guide.md:
##########
@@ -63,9 +63,10 @@ Compile options:
| `--cpp_out=DST_DIR` | Generate C++ code in DST_DIR
| (none) |
| `--go_out=DST_DIR` | Generate Go code in DST_DIR
| (none) |
| `--rust_out=DST_DIR` | Generate Rust 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) |
+| `--grpc` | Generate gRPC service code (in
development) | `false` |
Review Comment:
this it not realted to thi PR, please remvoe it
##########
docs/compiler/compiler-guide.md:
##########
@@ -63,9 +63,10 @@ Compile options:
| `--cpp_out=DST_DIR` | Generate C++ code in DST_DIR
| (none) |
| `--go_out=DST_DIR` | Generate Go code in DST_DIR
| (none) |
| `--rust_out=DST_DIR` | Generate Rust 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) |
+| `--grpc` | Generate gRPC service code (in
development) | `false` |
Review Comment:
this it not realted to thi PR, please remove it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]