cbeust / jcommander

Command line parsing framework for Java
Apache License 2.0
1.95k stars 332 forks source link

Fixing issue 486 @SubParameter Problems #515

Open fsd654qyl opened 3 years ago

fsd654qyl commented 3 years ago

fixed #486

  1. @Subparameter has accessibility problem. I solve it by setting the accessibility of field to true and then set to origin in ParameterDescription.java
  2. @Subparameter seems only can parse String, other data types do not work properly. So I add data type convertion in WrappedParameter.java
mkarg commented 4 months ago

@fsd654qyl Kindly asking for answers to the open questions. Thanks.

mkarg commented 2 months ago

@fsd654qyl Kindly requesting your response! :-)