jcommander icon indicating copy to clipboard operation
jcommander copied to clipboard

Fixing issue 486 @SubParameter Problems

Open fsd654qyl opened this issue 4 years ago • 2 comments

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

fsd654qyl avatar Apr 25 '21 11:04 fsd654qyl