facebook / fbthrift

Facebook's branch of Apache Thrift, including a new C++ server.
Apache License 2.0
2.55k stars 608 forks source link

options of mstch_cpp2 (cpp2) #507

Closed daleiz closed 10 months ago

daleiz commented 2 years ago

Hi, where can I find all options of cpp2 generator? like json,include_prefix, etc. thrift1 --help shows no options for cpp2 : mstch_cpp2 (cpp2):

avalonalex commented 10 months ago

you can search for register_has_option on this file https://github.com/facebook/fbthrift/blob/main/thrift/compiler/generate/t_mstch_cpp2_generator.cc

Note: not all existing options are recommended to use.