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

Making --verbose a global flag #34459

Merged
merged 1 commit into from
Jul 5, 2023
Merged

Conversation

danielsoro
Copy link
Contributor

@danielsoro danielsoro commented Jul 1, 2023

Verbose is not a global flag. Even if it has been accepted in different locations on the command it will not work as expected.

The changes make --verbose a global flag which makes it possible to execute in different ways like:
quarkus --verbose build or quarkus build --verbose the result will be the same! :)

Fixes: #34103

@quarkus-bot quarkus-bot bot added area/cli Related to quarkus cli (not maven/gradle/etc.) area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins labels Jul 1, 2023
@gsmet gsmet requested a review from ebullient July 3, 2023 07:19
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 5, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@ebullient ebullient merged commit 0f830fd into quarkusio:main Jul 5, 2023
@quarkus-bot quarkus-bot bot added this to the 3.3 - main milestone Jul 5, 2023
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.) area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins kind/bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

quarkus --verbose flag is too local?
2 participants