summaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Expand)Author
2015-03-11Merge pull request #189 from samvv/masterCedric Beust
2014-11-16fix for issue200 Incorrect usage() formatting with single long optionsManuel Boillod
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-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 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
2012-12-21New: @Parameters can now be used with cglib proxieskjpoalses
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-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-30Removed the duplicate spaces() method.Cedric Beust
2012-07-25Fixed: Empty string defaults now displayed as "<empty string>" in the usageCedric Beust
2012-07-17Fixed: Bugs with the PositiveInteger validatorCedric Beust
2012-07-17Fixed: Parameters with a single double quote were not working properlyCedric Beust
2012-07-08Forgot Nullable.javaCedric Beust
2012-07-07Misc clean up.Cedric Beust
2012-07-07Added JCommander#setVerbose.Cedric Beust
2012-07-07If we have a setter but no getter, try to find a field to calculate the defau...Cedric Beust
2012-07-07Make getter methods optional.Cedric Beust
2012-07-06If a setter throws ParameterException, don't wrap it into another ParameterEx...Cedric Beust
2012-07-04Added: @Parameter(help = true)Cedric Beust
2012-06-24Support for setters on top of fields.Cedric Beust
2012-06-10Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust