You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to fix all of the above, but I would like a decision from the maintainers please!
Since these classes and members are used for configuration or applications, I would assume most of us put them in a dedicated package and make the classes and members public. So I would default to public classes and members. Let me know if I can fix all classes and members like that.
Thank you for the library,
Greg
The text was updated successfully, but these errors were encountered:
I would kindly ask for only changing the absolute essential minimum change, and to abstain from any non-essential refactoring. Having said that, what actually is not compiling?
I keep bumping into example code that does not compile. 🥲
I have the following problems:
https://jcommander.org/#_parameter_delegates has package private classes, while https://jcommander.org/#_more_complex_syntaxes_commands has public and private at the same time
Is https://jcommander.org/#_internationalization or any example with a private class correct?
For example, https://jcommander.org/#_parameter_delegates won't work with private members
I would like to fix all of the above, but I would like a decision from the maintainers please!
Since these classes and members are used for configuration or applications, I would assume most of us put them in a dedicated package and make the classes and members public. So I would default to public classes and members. Let me know if I can fix all classes and members like that.
Thank you for the library,
Greg
The text was updated successfully, but these errors were encountered: