summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix for issue200 Incorrect usage() formatting with single long optionsManuel Boillod2014-11-161-1/+0
* Preparing release.Cedric Beust2014-10-051-1/+1
* Fix enumArgsFail.Cedric Beust2014-09-141-3/+8
* Fix --.Cedric Beust2014-09-141-1/+3
* propagate m_acceptUnknownOptions to addCommandchilinglam2014-09-121-0/+1
* Merge pull request #191 from jconwell/masterCedric Beust2014-08-044-7/+55
|\
| * Adding functionality that allows commands to be hidden from usage outputJohn Conwell2014-06-064-7/+55
* | add possibility to allow parameter overwriting (and even disallowing it for c...helllth2014-07-224-1/+23
* | add the possibility to have # comments in a @filehelllth2014-07-221-2/+4
|/
* 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-072-18/+17
* Merge pull request #161 from jmassenet/issue_consoleCedric Beust2014-03-082-2/+65
|\
| * Do not close System.in when using DefaultConsoleJulien Massenet2013-08-052-2/+65
* | Fixes #184 Bug in enum parsingYannick Menager2014-02-272-5/+12
* | 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
|/
* bugfix to address quoted main paramsMike Drob2013-06-072-2/+4
* test to reproduce bug with quoted main parametersMike Drob2013-06-071-14/+12
* added test for quotesMike Drob2013-06-071-0/+30
* New: @Parameters can now be used with cglib proxieskjpoalses2012-12-211-2/+4
* New test.Cedric Beust2012-11-101-1/+23
* Fixed: GITHUB-137: Main parameters with a default value should be overridden ...Cedric Beust2012-11-102-16/+20
* Fixed: GITHUB-107: Allow enum values without converting them to uppercase.Cedric Beust2012-11-103-5/+8
* Added enum support (Scott M. Stark).Cedric Beust2012-09-233-5/+17
* Renaming.Cedric Beust2012-09-182-2/+2
* Rename: noThrow -> acceptUnknownOption.Cedric Beust2012-09-182-6/+6
* 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
* 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
* 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-012-5/+96
* Added: JCommander#setCaseSensitiveOptions (default: true)Cedric Beust2012-07-312-4/+74
* Description of commands is now displayed on the next line and indented.Cedric Beust2012-07-301-5/+5
* Comment out println.Cedric Beust2012-07-301-3/+4
* Reformatting.Cedric Beust2012-07-301-1/+2
* Removed the duplicate spaces() method.Cedric Beust2012-07-301-9/+3
* Forgot one class.Cedric Beust2012-07-281-0/+14
* Fixed: Empty string defaults now displayed as "<empty string>" in the usageCedric Beust2012-07-252-3/+17
* Fixed: Bugs with the PositiveInteger validatorCedric Beust2012-07-174-0/+81
* Fixed: Parameters with a single double quote were not working properlyCedric Beust2012-07-172-1/+43
* Forgot Nullable.javaCedric Beust2012-07-081-0/+12
* Misc clean up.Cedric Beust2012-07-071-9/+14
* Added JCommander#setVerbose.Cedric Beust2012-07-071-1/+7