jcommander icon indicating copy to clipboard operation
jcommander copied to clipboard

Fixed #471 @Param(default = )

Open fsd654qyl opened this issue 4 years ago • 0 comments

fixed #471 I add defaultValueDiscription in Parameter.java (default conficts to the keyword of java). When getDefault() is called, it will check if defaultValueDiscription is a empty string. If not, getDefault() will return defaultValueDiscription instead of defaultObject.

fsd654qyl avatar May 18 '21 07:05 fsd654qyl