mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 09:30:21 +02:00
It's sometimes useful to get the output of the macro-generated code. This adds a mechanism to allow plugins.sbt to pass in scalacOptions, which we can later check from the macro. 1. -Xmacro-settings:sbt:Vprint prints out the code. 2. Adding -Xmacro-settings:sbt:print-tree-structure prints out the tree structure.