summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed: if using a different option prefix, unknown option are mistakenly repo...Cedric Beust2012-05-151-11/+46
* Fixed: 113: getCommandDescription() returns the description of the main param...Cedric Beust2012-05-081-16/+6
* Merge.Cedric Beust2012-05-021-6/+16
* Fixed: bug with several multiple arity parameters (VariableArityTest).Cedric Beust2012-05-022-0/+67
* Command descriptions (@Parameters(resourceBundle)) were not i18n'ed properly.Cedric Beust2012-04-262-2/+18
* Better variable arity.Cedric Beust2012-04-262-16/+3
* Fixed bug with multiple variable arities.Cedric Beust2012-04-261-1/+28
* Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust2012-04-181-0/+42
|\
* | Fixed: StringIndexOutOfBoundsException if passing an empty parameter (bomanz)Cedric Beust2012-04-181-1/+12
|/
* Merge pull request #105 from amuraru/masterCedric Beust2012-03-122-2/+19
|\
| * [Enum Args] If not set, the description of an enum arg is set to the list of ...Adrian Muraru2012-02-252-2/+19
* | Fixed: GITHUB-108: Dynamic parameters with "=" in them are not parsed correct...Cedric Beust2012-03-101-1/+14
* | Fixed: GITHUB-97: Required password always complains that it is not specified...Cedric Beust2012-02-251-0/+29
|/
* Fixed: Commands with same prefix as options were not working properly.Cedric Beust2012-01-121-11/+31
* Fixed NPE in usage().Cedric Beust2012-01-112-5/+10
* Automatic handling of arities for @DynamicParameter.Cedric Beust2012-01-102-18/+24
* More tests.Cedric Beust2012-01-102-3/+15
* Working @DynamicParameter.Cedric Beust2012-01-103-1/+29
* More DynamicParameter work.Cedric Beust2012-01-101-1/+5
* First step implementing DynamicParameter.Cedric Beust2012-01-102-0/+33
* Fixed: Main parameters are now validated as well (Connor Mullen).Cedric Beust2011-11-251-0/+20
* Fixed: Throw if an unknown option is foundCedric Beust2011-11-251-2/+27
* Merge pull request #87 from rodionmoiseev/mixinsCedric Beust2011-11-252-0/+224
|\
| * Added more parameters delegate testsrodionmoiseev2011-11-081-0/+48
| * Added ParametersDelegateTest to the suiterodionmoiseev2011-11-051-0/+1
| * Support for delegated (mixin) parameters (issue #84)rodionmoiseev2011-11-051-0/+175
* | Added: @Parameter(commandNames) so that command names can be specified with a...Cedric Beust2011-11-232-1/+42
* | Better handling for fields of type List.Cedric Beust2011-11-225-57/+80
|/
* Added CommaSeparatedBaseConverter, some subclasses and tests.Angus2011-10-262-7/+25
* Added support for ISO 8601 Date arguments and related test.Angus2011-10-262-3/+11
* Added support for BigDecimal arguments and related test.Angus2011-10-262-2/+8
* Added: Support for enums (Adrian Muraru).Cédric Beust2011-10-231-12/+2
* Added tests for EnumArgsAdrian Muraru2011-10-202-1/+63
* Testing the new comparator.Cédric Beust2011-10-051-5/+14
* Implemented variable arities.Cédric Beust2011-10-032-1/+57
* Added float/double tests.Cedric Beust2011-09-022-5/+14
* Forgot a class.Cedric Beust2011-08-171-0/+16
* Fixed: Fields of type Set (HashSet and SortedSet) are now supportedCedric Beust2011-08-172-0/+20
* Fixed: "-args=a=b,b=c" was not being parsed correctly (Michael Lancaster)Cedric Beust2011-07-272-1/+24
* First commit to test the issue just fixed.Cedric Beust2011-07-142-1/+7
* Added: usage() now displays the options for each command as wellCedric Beust2011-07-071-3/+4
* Fixed: Default values with a validator were being validate at parse() time in...Cedric Beust2011-06-132-1/+31
* Minor fixes on top of rodionmoiseev's patch.Cedric Beust2011-05-311-1/+1
* Fixed issue #64 (wrong default value behaviour in for list parameters), and a...rodionmoiseev2011-05-292-0/+114
* Added support for command aliases, e.g. "ci" for "commit" command, etc.rodionmoiseev2011-05-282-0/+175
* Fixed: Exception when using an @ file with empty lines between options.Cedric Beust2011-03-101-2/+16
* Better test case for the validator.Cedric Beust2011-03-101-2/+8
* Suppress a few warnings.Cedric Beust2011-03-101-0/+1
* First pass at implementing validators.Cedric Beust2011-03-092-2/+26
* Fixed OOM reported by huxi.Cedric Beust2011-01-242-1/+21