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
I came back to an old project, which uses mogenerator with the --configuration option to create different kinds of classes. This isn't working anymore though nothing has changed, except for a newer mogenerator version installed by brew. When I remove the --configuration <name> from the call (see below), classes are created. The configuration in the model file still exist (here is a small example from the much larger file):
Question
I came back to an old project, which uses
mogenerator
with the--configuration
option to create different kinds of classes. This isn't working anymore though nothing has changed, except for a newermogenerator
version installed by brew. When I remove the--configuration <name>
from the call (see below), classes are created. The configuration in the model file still exist (here is a small example from the much larger file):The question is, is this known ? Has something changed, so I need to do something more ?
Expected Behavior
Some stuff should be generated.
Actual Behavior
No stuff was generated.
Additional Information
The text was updated successfully, but these errors were encountered: