summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-03-21build: Add support for building jcommander within the AOSP (host only).Igor Murashkin
2015-04-09Allow users to create ParameterException with description and causeNikolay Martynov
2015-03-13Added enum constants to usage outputTKlerx
2015-03-13Added default converters for Path, URI and URLTKlerx
2015-03-11Merge pull request #189 from samvv/masterCedric Beust
2014-11-16fix for issue200 Incorrect usage() formatting with single long optionsManuel Boillod
2014-10-05Preparing release.Cedric Beust
2014-09-14Fix enumArgsFail.Cedric Beust
2014-09-14Fix --.Cedric Beust
2014-09-12propagate m_acceptUnknownOptions to addCommandchilinglam
2014-08-04Merge pull request #191 from jconwell/masterCedric Beust
2014-07-22add possibility to allow parameter overwriting (and even disallowing it for c...helllth
2014-07-22add the possibility to have # comments in a @filehelllth
2014-06-06Adding functionality that allows commands to be hidden from usage outputJohn Conwell
2014-05-17Aligned indentation with rest of the codeSam Vervaeck
2014-05-17Added support for Java NIO PathsSam Vervaeck
2014-05-17Added support for URI parametersSam Vervaeck
2014-05-17Added support for URL parametersSam Vervaeck
2014-04-10Broke parsing of --Mike Drob
2014-04-10Added another test for using '--'Mike Drob
2014-04-07Support for "--".Cedric Beust
2014-03-08Merge pull request #161 from jmassenet/issue_consoleCedric Beust
2014-02-27Fixes #184 Bug in enum parsingYannick Menager
2014-02-17Fixed the copyright notice in the test class fileAndy Law
2014-02-17Fixed problem whereby Parameters returning Lists and with alternate names wer...Andy Law
2013-08-05Do not close System.in when using DefaultConsoleJulien Massenet
2013-06-07bugfix to address quoted main paramsMike Drob
2013-06-07test to reproduce bug with quoted main parametersMike Drob
2013-06-07added test for quotesMike Drob
2012-12-21New: @Parameters can now be used with cglib proxieskjpoalses
2012-11-10New test.Cedric Beust
2012-11-10Fixed: GITHUB-137: Main parameters with a default value should be overridden ...Cedric Beust
2012-11-10Fixed: GITHUB-107: Allow enum values without converting them to uppercase.Cedric Beust
2012-09-23Added enum support (Scott M. Stark).Cedric Beust
2012-09-18Renaming.Cedric Beust
2012-09-18Rename: noThrow -> acceptUnknownOption.Cedric Beust
2012-09-17Merge pull request #130 from styurin/masterCedric Beust
2012-09-17Added JCommander#setNoThrow() and JCommander#getUnknownArgs().Cedric Beust
2012-09-18Fix usage() to print missing new-line characters.Sergey Tyurin
2012-08-16Don't throw an exception if running in "no validation" mode.Cedric Beust
2012-08-07IParameterValidator2.Cedric Beust
2012-08-05Make getParameter() public.Cedric Beust
2012-08-02New test.Cedric Beust
2012-08-02Don't wrap a ParameterException in a ParameterException.Cedric Beust
2012-08-01Refactoring: introducing FuzzyMap and IKey.Cedric Beust
2012-08-01Moved the finder tests in their own class.Cedric Beust
2012-08-01Added: JCommander#allowAbbreviatedOptions (default: false)Cedric Beust
2012-07-31Added: JCommander#setCaseSensitiveOptions (default: true)Cedric Beust
2012-07-30Description of commands is now displayed on the next line and indented.Cedric Beust
2012-07-30Comment out println.Cedric Beust