summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/beust/jcommander/WrappedParameter.java
Commit message (Expand)AuthorAgeFilesLines
* multiple validationPierre Lindenbaum2017-03-251-2/+2
* First pass at @SubParameter.Cedric Beust2017-02-121-1/+15
* Rename fields..Cedric Beust2017-01-241-22/+22
* Apply Java language level migration aidsMykhailo Kovalskyi2016-10-081-7/+1
* add possibility to allow parameter overwriting (and even disallowing it for c...helllth2014-07-221-0/+3
* Added: @Parameter(help = true)Cedric Beust2012-07-041-0/+4
* Support for setters on top of fields.Cedric Beust2012-06-241-8/+14
* Added: IValueValidator to validate parameter values (typed) as oppoed to IPar...Cedric Beust2012-06-101-1/+8
* added echoInput parameter to @Parameter annotation to control whether charact...Jason Wheeler2012-05-291-0/+4
* Fixed: GITHUB-108: Dynamic parameters with "=" in them are not parsed correct...Cedric Beust2012-03-101-5/+7
* Show the dynamic parameter syntax in the usage.Cedric Beust2012-01-111-0/+4
* Automatic handling of arities for @DynamicParameter.Cedric Beust2012-01-101-1/+1
* Working @DynamicParameter.Cedric Beust2012-01-101-0/+44
* More DynamicParameter work.Cedric Beust2012-01-101-0/+41