jamesfredley commented on code in PR #14809: URL: https://github.com/apache/grails-core/pull/14809#discussion_r2145867112
########## grails-doc/src/en/guide/profiles.adoc: ########## @@ -19,35 +19,35 @@ under the License. When you create a Grails application with the link:../ref/Command%20Line/create-app.html[create-app] command by default the "web" profile is used: -[source,bash] +[source,console] ---- -grails create-app myapp +$ grails -t forge create-app myapp Review Comment: For the profiles section, all the command options will be `grails` and not `grails -t forge` since grails-shell-cli used profiles for application generation. -- 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]
