Copilot commented on code in PR #15999:
URL: https://github.com/apache/grails-core/pull/15999#discussion_r3605407464


##########
grails-doc/src/en/ref/Command Line/test-app.adoc:
##########
@@ -45,7 +45,7 @@ grails test-app Foo Bar
 Usage:
 [source,groovy]
 ----
-grails <<environment>>* test-app <<names>>* [-unit|-integration]
+grails <<environment>>* test-app <<names>>* [-unit|-integration] [-continuous]

Review Comment:
   The usage synopsis implies `-unit` and `-integration` are mutually exclusive 
(`[-unit|-integration]`), but the `test-app` command supports running both 
phases together (passing both flags runs both tasks). The synopsis should 
reflect that these are independent optional flags.



-- 
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