Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.2
-
Fix Version/s: 0.9.3-beta-1
-
Component/s: cli
-
Labels:None
-
Number of attachments :
Description
It would be good to override all templates of a group if they use the same prefix. This means the following command
griffon create-mvc -group=Dialog sample
should be equivalent to the long version
griffon create-mvc -view=DialogView -model=DialogModel -controller=DialogController sample