summaryrefslogtreecommitdiff
path: root/src/main/java/com/beust/jcommander/WrappedParameter.java
AgeCommit message (Expand)Author
2017-03-25multiple validationPierre Lindenbaum
2017-02-12First pass at @SubParameter.Cedric Beust
2017-01-24Rename fields..Cedric Beust
2016-10-08Apply Java language level migration aidsMykhailo Kovalskyi
2014-07-22add possibility to allow parameter overwriting (and even disallowing it for c...helllth
2012-07-04Added: @Parameter(help = true)Cedric Beust
2012-06-24Support for setters on top of fields.Cedric Beust
2012-06-10Added: IValueValidator to validate parameter values (typed) as oppoed to IPar...Cedric Beust
2012-05-29added echoInput parameter to @Parameter annotation to control whether charact...Jason Wheeler
2012-03-10Fixed: GITHUB-108: Dynamic parameters with "=" in them are not parsed correct...Cedric Beust
2012-01-11Show the dynamic parameter syntax in the usage.Cedric Beust
2012-01-10Automatic handling of arities for @DynamicParameter.Cedric Beust
2012-01-10Working @DynamicParameter.Cedric Beust
2012-01-10More DynamicParameter work.Cedric Beust