Skip to content

Commit

Permalink
更新文档protobuf-bin拆分为protobuf2-bin和protobuf3-bin,protobuf-json拆分为protob…
Browse files Browse the repository at this point in the history
…uf2-json和protobuf3-json
  • Loading branch information
pirunxi committed Sep 3, 2024
1 parent 7d9f887 commit 93c0686
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docs/manual/commandtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,10 @@ Luban的大多数内置模板都使用了[层级参数(Cascading Option)](./casc
|yml|yaml格式|
|bson|bson格式|
|msgpack|msgpack的二进制格式|
|protobuf-bin|protobuf的二进制格式|
|protobuf-json|protobuf3起支持的json格式|
|protobuf2-bin|protobuf2的二进制格式|
|protobuf3-bin|protobuf3的二进制格式|
|protobuf2-json|protobuf2支持的json格式|
|protobuf3-json|protobuf3起支持的json格式|
|flatbuffers-json|flatbuffers支持的json格式|
|text-list|输出配置出现的所有text key,按从小到大排序|

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,10 @@ Built-in support for the following data targets:
|yml|yaml format|
|bson|bson format|
|msgpack|binary format of msgpack|
|protobuf-bin|binary format of protobuf|
|protobuf-json|json format supported from protobuf3|
|protobuf2-bin|binary format of protobuf2|
|protobuf3-bin|binary format of protobuf3|
|protobuf2-json|json format supported from protobuf2|
|protobuf3-json|json format supported from protobuf3|
|flatbuffers-json|json format supported by flatbuffers|
|text-list|Output all text keys that appear in the configuration, sorted from small to large|

Expand Down

0 comments on commit 93c0686

Please sign in to comment.