summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed the copyright notice in the test class fileAndy Law2014-02-171-2/+4
* Fixed problem whereby Parameters returning Lists and with alternate names wer...Andy Law2014-02-173-2/+62
* Merge pull request #176 from brasseld/masterCedric Beust2014-01-171-1/+1
|\
| * Typo error in documentationDavid BRASSELY2014-01-171-1/+1
|/
* [maven-release-plugin] prepare for next development iterationCedric Beust2013-09-091-1/+1
* [maven-release-plugin] prepare release jcommander-1.32Cedric Beust2013-09-091-1/+1
* pom.xmlCedric Beust2013-09-091-1/+1
* pomCedric Beust2013-09-091-1/+1
* Build updateCedric Beust2013-09-091-1/+1
* Merge pull request #157 from mikedrob/quotesCedric Beust2013-07-052-1/+31
|\
| * bugfix to address quoted main paramsMike Drob2013-06-073-3/+5
| * test to reproduce bug with quoted main parametersMike Drob2013-06-072-15/+13
| * added test for quotesMike Drob2013-06-071-0/+30
|/
* Doc update.Cedric Beust2013-02-031-2/+2
* Merge pull request #146 from kjpoalses/masterCedric Beust2012-12-212-3/+5
|\
| * New: @Parameters can now be used with cglib proxieskjpoalses2012-12-212-3/+5
|/
* Wrong file.Cedric Beust2012-11-111-3/+0
* New test.Cedric Beust2012-11-101-1/+23
* Fixed: GITHUB-137: Main parameters with a default value should be overridden ...Cedric Beust2012-11-103-16/+21
* Fixed: GITHUB-107: Allow enum values without converting them to uppercase.Cedric Beust2012-11-104-5/+10
* Merge pull request #142 from Vanuan/masterCedric Beust2012-10-271-0/+6
|\
| * Update the CHANGELOG due to 1.30 releaseJohn Yani2012-10-271-0/+6
* | [maven-release-plugin] prepare for next development iterationCedric Beust2012-10-271-1/+1
* | [maven-release-plugin] prepare release jcommander-1.30Cedric Beust2012-10-271-1/+1
* | Merge pull request #141 from Vanuan/masterCedric Beust2012-10-271-2/+5
|\|
| * Fix the CHANGELOGJohn Yani2012-10-271-2/+5
* | Merge pull request #139 from Vanuan/masterCedric Beust2012-10-251-3/+12
|\|
| * Update README.markdownJohn Yani2012-10-251-7/+3
| * Update README.markdownJohn Yani2012-10-251-2/+2
| * Update README.markdownJohn Yani2012-10-251-2/+15
* | Doc clarification.Cedric Beust2012-10-251-1/+1
|/
* Added enum support (Scott M. Stark).Cedric Beust2012-09-234-5/+18
* Renaming.Cedric Beust2012-09-182-2/+2
* Rename: noThrow -> acceptUnknownOption.Cedric Beust2012-09-182-6/+6
* Change log.Cedric Beust2012-09-171-0/+2
* Merge pull request #130 from styurin/masterCedric Beust2012-09-172-2/+52
|\
| * Fix usage() to print missing new-line characters.Sergey Tyurin2012-09-182-2/+52
* | Added JCommander#setNoThrow() and JCommander#getUnknownArgs().Cedric Beust2012-09-174-39/+82
|/
* Don't throw an exception if running in "no validation" mode.Cedric Beust2012-08-164-15/+102
* .gitignoreCedric Beust2012-08-071-0/+1
* IParameterValidator2.Cedric Beust2012-08-075-9/+85
* Make getParameter() public.Cedric Beust2012-08-051-1/+1
* New test.Cedric Beust2012-08-021-1/+12
* Don't wrap a ParameterException in a ParameterException.Cedric Beust2012-08-021-0/+2
* Documented abbreviated and case insensitive options.Cedric Beust2012-08-011-0/+15
* Refactoring: introducing FuzzyMap and IKey.Cedric Beust2012-08-015-67/+146
* Moved the finder tests in their own class.Cedric Beust2012-08-015-85/+101
* Added: JCommander#allowAbbreviatedOptions (default: false)Cedric Beust2012-08-013-5/+97
* Doc update.Cedric Beust2012-07-311-1/+1
* Doc update.Cedric Beust2012-07-311-0/+16