jdaugherty commented on code in PR #15944:
URL: https://github.com/apache/grails-core/pull/15944#discussion_r3553911159


##########
grails-forge/grails-forge-cli/src/main/java/org/grails/forge/cli/command/CreateCommand.java:
##########
@@ -50,7 +50,7 @@ public abstract class CreateCommand extends BaseCommand 
implements Callable<Inte
     DevelopmentReloading reloading;
 
     @ReflectiveAccess
-    @CommandLine.Option(names = {"-g", "--gorm"}, paramLabel = "GORM 
Implementation", description = "Which GORM Implementation to configure. 
Possible values: ${COMPLETION-CANDIDATES}.", completionCandidates = 
GormImplCandidates.class, converter = GormImplConverter.class)
+    @CommandLine.Option(names = {"-d", "--data", "-g", "--gorm"}, paramLabel = 
"Grails Data Implementation", description = "Which Grails Data implementation 
to configure (-g, --gorm are legacy aliases). Possible values: 
${COMPLETION-CANDIDATES}.", completionCandidates = GormImplCandidates.class, 
converter = GormImplConverter.class)

Review Comment:
   No, this is intentional



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to