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

VertxApplication main should not print usage on application failure #14

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

tsegismont
Copy link
Contributor

Fixes #12

In VertxApplication, we must inspect the exit code. If the exit code equals 2 (Picocli's default for usage), then usage must be displayed (unless disabled by the user).

Fixes eclipse-vertx#12

In VertxApplication, we must inspect the exit code.
If the exit code equals 2 (Picocli's default for usage), then usage must be displayed (unless disabled by the user).

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
@tsegismont tsegismont merged commit 45a50a1 into eclipse-vertx:main Nov 6, 2024
5 checks passed
@tsegismont tsegismont deleted the issue/12 branch November 6, 2024 14:55
@tsegismont tsegismont restored the issue/12 branch November 6, 2024 14:56
@tsegismont tsegismont deleted the issue/12 branch November 6, 2024 14:56
@vietj vietj added this to the 5.0.0 milestone Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VertxApplication main should not print usage on application failure
2 participants