You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dev mode terminal (:) doesn't include a help for the test command:
quarkus$ help
The following commands are available, run them with -h for more info:
help Displays the command list
quit Quits the console
log Logging Commands
test Test Commands
quarkus$ test --help
The option --help is unknown.
quarkus$
Both #23036 and #22345 are now closed. Should this issue be closed as well?
# quarkus -v# 3.11.0
quarkus$ test -h
Usage: test [<options>]
Test Commands
Options:
-h, --help Displays information of the command and all options
test commands:
tags Tag Commands
pattern Include/Exclude pattern Commands
Describe the bug
The dev mode terminal (
:
) doesn't include a help for thetest
command:Related to #23036 and #22345
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.7.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Maven 3.8.4
Additional information
No response
The text was updated successfully, but these errors were encountered: