-
Notifications
You must be signed in to change notification settings - Fork 159
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
Passing --native-option=--verbose
doesn't work
#1786
Comments
This actually seems to be an issue with PicoCli, investigating if we can somehow convince it to accept this. PS: it happens with the |
Ok, found the solution: https://picocli.info/#_enable_consuming_option_names_or_subcommands |
Ok, created a fix for this. Thanks for the issue @zakkak ! |
Thanks for the quick fixes @quintesse ! |
Describe the bug
Native image supports building with
--verbose
option, but jbang refuses to accept it (probably because it conflicts with its own--verbose
option) with:To Reproduce
Expected behavior
The native build should proceed with verbose logging (for the native image build) enabled
JBang version
The text was updated successfully, but these errors were encountered: