summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #189 from samvv/masterCedric Beust2015-03-111-1/+17
|\
| * Added support for Java NIO PathsSam Vervaeck2014-05-171-0/+5
| * Added support for URI parametersSam Vervaeck2014-05-171-2/+8
| * Added support for URL parametersSam Vervaeck2014-05-171-1/+6
* | Preparing release.Cedric Beust2014-10-051-1/+1
* | Adding functionality that allows commands to be hidden from usage outputJohn Conwell2014-06-062-0/+39
|/
* Broke parsing of --Mike Drob2014-04-101-4/+5
* Added another test for using '--'Mike Drob2014-04-101-0/+20
* Support for "--".Cedric Beust2014-04-071-17/+13
* Merge pull request #161 from jmassenet/issue_consoleCedric Beust2014-03-081-0/+64
|\
| * Do not close System.in when using DefaultConsoleJulien Massenet2013-08-051-0/+64
* | Fixes #184 Bug in enum parsingYannick Menager2014-02-271-2/+10
* | 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-172-0/+60
|/
* bugfix to address quoted main paramsMike Drob2013-06-071-1/+2
* test to reproduce bug with quoted main parametersMike Drob2013-06-071-14/+12
* added test for quotesMike Drob2013-06-071-0/+30
* New test.Cedric Beust2012-11-101-1/+23
* Fixed: GITHUB-137: Main parameters with a default value should be overridden ...Cedric Beust2012-11-101-1/+14
* Fixed: GITHUB-107: Allow enum values without converting them to uppercase.Cedric Beust2012-11-102-4/+4
* Added enum support (Scott M. Stark).Cedric Beust2012-09-232-4/+12
* Renaming.Cedric Beust2012-09-181-1/+1
* Rename: noThrow -> acceptUnknownOption.Cedric Beust2012-09-181-2/+2
* Merge pull request #130 from styurin/masterCedric Beust2012-09-171-0/+50
|\
| * Fix usage() to print missing new-line characters.Sergey Tyurin2012-09-181-0/+50
* | Added JCommander#setNoThrow() and JCommander#getUnknownArgs().Cedric Beust2012-09-172-26/+44
|/
* Don't throw an exception if running in "no validation" mode.Cedric Beust2012-08-163-4/+88
* IParameterValidator2.Cedric Beust2012-08-072-6/+42
* New test.Cedric Beust2012-08-021-1/+12
* Refactoring: introducing FuzzyMap and IKey.Cedric Beust2012-08-012-2/+8
* Moved the finder tests in their own class.Cedric Beust2012-08-014-83/+100
* Added: JCommander#allowAbbreviatedOptions (default: false)Cedric Beust2012-08-011-1/+57
* Added: JCommander#setCaseSensitiveOptions (default: true)Cedric Beust2012-07-311-1/+26
* Comment out println.Cedric Beust2012-07-301-3/+4
* Reformatting.Cedric Beust2012-07-301-1/+2
* Forgot one class.Cedric Beust2012-07-281-0/+14
* Fixed: Empty string defaults now displayed as "<empty string>" in the usageCedric Beust2012-07-251-1/+12
* Fixed: Bugs with the PositiveInteger validatorCedric Beust2012-07-173-0/+79
* Fixed: Parameters with a single double quote were not working properlyCedric Beust2012-07-171-0/+42
* If we have a setter but no getter, try to find a field to calculate the defau...Cedric Beust2012-07-071-1/+16
* Test for getter returning non strings.Cedric Beust2012-07-071-1/+20
* Moved the method tests in their own class.Cedric Beust2012-07-073-50/+68
* If a setter throws ParameterException, don't wrap it into another ParameterEx...Cedric Beust2012-07-061-1/+18
* Added: @Parameter(help = true)Cedric Beust2012-07-041-1/+16
* Support for setters on top of fields.Cedric Beust2012-06-244-3/+150
* Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust2012-06-101-5/+4
|\
| * Fixed: wasn't handling parameters that start with " but don't end with one co...Cedric Beust2012-05-311-5/+4
* | Added: IValueValidator to validate parameter values (typed) as oppoed to IPar...Cedric Beust2012-06-101-4/+4
|/
* One more test.Cedric Beust2012-05-301-1/+15
* added echoInput parameter to @Parameter annotation to control whether charact...Jason Wheeler2012-05-291-1/+1