Open matrei opened 8 months ago
If you specify an application name together with the --inplace
option, it actually creates an application in the current directory.
However, this is not consistent with Grails CLI --inplace
functionality of earlier versions of Grails where it used the current directory name as application name and default package.
Also, if it is required to provide an application name together with the --inplace
option in Grails 6, the info message from the CLI is misleading:
Specify an application name or use --inplace to create an application in the current directory
Steps to Reproduce
Expected Behaviour
An application to be created in the
myapp
directory.Actual Behaviour
The above info message is shown.
Environment Information