-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
Milestone
Description
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
BC Break report? | no |
RFC? | no |
Version/Branch | 0.9.0 |
We don't want to generate Types classes all the time, so we want to restrict Types generation to an explicit CLI command. For that we need:
- A flag in the configuration to turn off the automatic generation of the Type Classes;
- A CLI command to generate those classes from the configuration.