喜欢这个命令
thrift -r --gen py tutorial.thrift
使用以下依赖项在 SBT 中配置 Scrooge:
libraryDependencies += "com.twitter" %% "scrooge-core" % "4.3.0"
然后从命令行运行它,如下所示:
$ ./sbt 'scrooge-generator/run-main com.twitter.scrooge.Main <thrift-file1> [<thrift-file2> ...]'
更多细节在这里。