summaryrefslogtreecommitdiff
path: root/src/test/java/com/beust
AgeCommit message (Expand)Author
2015-03-11Merge pull request #189 from samvv/masterCedric Beust
2014-10-05Preparing release.Cedric Beust
2014-06-06Adding functionality that allows commands to be hidden from usage outputJohn Conwell
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
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-02New test.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-30Comment out println.Cedric Beust
2012-07-30Reformatting.Cedric Beust
2012-07-28Forgot one class.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-07If we have a setter but no getter, try to find a field to calculate the defau...Cedric Beust
2012-07-07Test for getter returning non strings.Cedric Beust
2012-07-07Moved the method tests in their own class.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
2012-06-10Added: IValueValidator to validate parameter values (typed) as oppoed to IPar...Cedric Beust
2012-05-31Fixed: wasn't handling parameters that start with " but don't end with one co...Cedric Beust
2012-05-30One more test.Cedric Beust
2012-05-29added echoInput parameter to @Parameter annotation to control whether charact...Jason Wheeler
2012-05-15Fixed: if using a different option prefix, unknown option are mistakenly repo...Cedric Beust
2012-05-08Fixed: 113: getCommandDescription() returns the description of the main param...Cedric Beust
2012-05-02Merge.Cedric Beust