Bugfix/new decode flag (#8634)

* Add docs for new python-decode-obj-api-strings flag

* Fix generate_code by adding missing s to flag
This commit is contained in:
Felix
2025-07-05 01:46:28 +02:00
committed by GitHub
parent 6fe8afb3b6
commit 6b251aa1cf
2 changed files with 3 additions and 1 deletions

View File

@@ -259,6 +259,8 @@ list of `FILES...`.
- `--python-typing` : Generate Python type annotations
- `--python-decode-obj-api-strings` : Decode bytes automaticaly with utf-8
Additional gRPC options:
- `--grpc-filename-suffix`: `[C++]` An optional suffix for the generated

View File

@@ -104,7 +104,7 @@ JAVA_OPTS = ["--java"]
KOTLIN_OPTS = ["--kotlin"]
PHP_OPTS = ["--php"]
DART_OPTS = ["--dart"]
PYTHON_OPTS = ["--python", "--python-typing", "--python-decode-obj-api-string"]
PYTHON_OPTS = ["--python", "--python-typing", "--python-decode-obj-api-strings"]
BINARY_OPTS = ["-b", "--schema", "--bfbs-comments", "--bfbs-builtins"]
PROTO_OPTS = ["--proto"]