summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: Add support for building jcommander within the AOSP (host only).Igor Murashkin2016-03-211-3/+7
* Allow users to create ParameterException with description and causeNikolay Martynov2015-04-091-0/+4
* Added enum constants to usage outputTKlerx2015-03-131-0/+5
* Added default converters for Path, URI and URLTKlerx2015-03-131-0/+9
* Merge pull request #189 from samvv/masterCedric Beust2015-03-114-1/+145
|\
| * Aligned indentation with rest of the codeSam Vervaeck2014-05-172-16/+15
| * Added support for Java NIO PathsSam Vervaeck2014-05-172-0/+42
| * Added support for URI parametersSam Vervaeck2014-05-172-2/+54
| * Added support for URL parametersSam Vervaeck2014-05-172-1/+52
* | 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