Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal mode test should include --help #23413

Closed
sdaschner opened this issue Feb 3, 2022 · 3 comments
Closed

Terminal mode test should include --help #23413

sdaschner opened this issue Feb 3, 2022 · 3 comments
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) kind/bug Something isn't working

Comments

@sdaschner
Copy link
Contributor

Describe the bug

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$

Related to #23036 and #22345

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

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 or gradlew --version)

Maven 3.8.4

Additional information

No response

@sdaschner sdaschner added the kind/bug Something isn't working label Feb 3, 2022
@geoand geoand added area/cli Related to quarkus cli (not maven/gradle/etc.) and removed triage/needs-triage labels Feb 3, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Feb 3, 2022

/cc @ebullient, @maxandersen

@codespearhead
Copy link

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

@gsmet
Copy link
Member

gsmet commented Jun 4, 2024

Looks like it. Thanks for having a look.

@gsmet gsmet closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants