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

bad example for main_parameter #450

Closed
wants to merge 1 commit into from

Conversation

rzwitserloot
Copy link

Given that the type of 'debug' is Integer, the parameter needs a value, no?

alternative way to fix this is to change line 1375 into private boolean debug = false;

Given that the type of 'debug' is Integer, the parameter needs a value, no?

alternative way to fix this is to change line 1375 into `private boolean debug = false;`
@ghost
Copy link

ghost commented Jul 8, 2020

Actually, in this example debug is not a flag to toggle debugging but setting the debug level. I agree that the example usage should include --debug 2.

@mkarg
Copy link
Collaborator

mkarg commented Oct 3, 2023

Thank you for your contribution! Can you please fix the conflicts and modify index.adoc accordingly? Thanks!

@mkarg
Copy link
Collaborator

mkarg commented Jul 6, 2024

@rzwitserloot Kindly requesting your response! :-)

hogejo added a commit to hogejo/jcommander that referenced this pull request Nov 29, 2024
@hogejo hogejo mentioned this pull request Nov 29, 2024
mkarg pushed a commit that referenced this pull request Nov 30, 2024
@mkarg
Copy link
Collaborator

mkarg commented Nov 30, 2024

Fixed by #589.

@mkarg mkarg closed this Nov 30, 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.

2 participants