Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
0.9.3
-
None
-
None
Description
For example:
util.thrift types.thrift
-------------+
------------------
serviceA.thrift serviceB.thrift
To generate source code of A and B, I need to
thrift -r -gen cpp serviceA.thrift
thrift -r -gen cpp serviceB.thrift
How can I generate them in one command:
thrift -r -gen cpp serviceA.thrift servicesB.thrift
Attachments
Issue Links
- duplicates
-
THRIFT-3013 make thrift compiler accept a list of input files
- Reopened
- relates to
-
THRIFT-3866 HTML generator should use namespaces as folder names
- Open