You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To keep things simple to begin with, the compiler only supports compiling a single Thrift file. We should support compiling multiple files at once so an entire directory tree can be compiled with a single command.
To keep things simple to begin with, the compiler only supports compiling a single Thrift file. We should support compiling multiple files at once so an entire directory tree can be compiled with a single command.
Scenario 1 - specify multiple input files
Scenario 2 - use a wildcard
thrift-compiler --input *.thrift --output-directory output
Scenario 3 - use a glob pattern
The text was updated successfully, but these errors were encountered: