summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/beust
Commit message (Expand)AuthorAgeFilesLines
...
* If a setter throws ParameterException, don't wrap it into another ParameterEx...Cedric Beust2012-07-061-1/+6
* Added: @Parameter(help = true)Cedric Beust2012-07-044-0/+24
* Support for setters on top of fields.Cedric Beust2012-06-245-171/+438
* Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust2012-06-101-5/+2
|\
| * Fixed: wasn't handling parameters that start with " but don't end with one co...Cedric Beust2012-05-311-5/+2
* | Added: IValueValidator to validate parameter values (typed) as oppoed to IPar...Cedric Beust2012-06-106-3/+92
|/
* added echoInput parameter to @Parameter annotation to control whether charact...Jason Wheeler2012-05-296-9/+25
* Fixed: if using a different option prefix, unknown option are mistakenly repo...Cedric Beust2012-05-152-6/+23
* Better handling of plurals.Cedric Beust2012-05-141-1/+7
* Fixed: 113: getCommandDescription() returns the description of the main param...Cedric Beust2012-05-081-1/+2
* Merge.Cedric Beust2012-05-021-2/+1
* Don't display no-op validations in debug mode.Cedric Beust2012-05-021-1/+5
* Fixed: bug with several multiple arity parameters (VariableArityTest).Cedric Beust2012-05-021-7/+10
* Command descriptions (@Parameters(resourceBundle)) were not i18n'ed properly.Cedric Beust2012-04-261-4/+18
* Better variable arity.Cedric Beust2012-04-261-11/+30
* Fixed bug with multiple variable arities.Cedric Beust2012-04-261-1/+1
* Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust2012-04-181-1/+2
|\
| * Modified usage function to display a placeholder for parameters that are desi...pmendelson2012-03-151-1/+2
* | Fixed: StringIndexOutOfBoundsException if passing an empty parameter (bomanz)Cedric Beust2012-04-181-1/+1
|/
* Query all the option names when trying to find a default value for a parameter.Cedric Beust2012-03-131-5/+7
* Merge pull request #106 from evigeant/masterCedric Beust2012-03-121-1/+1
|\
| * Fixed indentation on Options in command usage.evigeant2012-02-261-1/+1
* | Fixed: GITHUB-105: If no description is given for an enum, use that enum's va...Cedric Beust2012-03-121-1/+3
* | Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust2012-03-121-1/+8
|\ \
| * \ Merge pull request #105 from amuraru/masterCedric Beust2012-03-121-1/+8
| |\ \
| | * | [Enum Args] If not set, the description of an enum arg is set to the list of ...Adrian Muraru2012-02-251-1/+8
* | | | Fixed Javadoc warnings.Cedric Beust2012-03-122-3/+1
|/ / /
* | / Fixed: GITHUB-108: Dynamic parameters with "=" in them are not parsed correct...Cedric Beust2012-03-101-5/+7
| |/ |/|
* | Fixed: GITHUB-97: Required password always complains that it is not specified...Cedric Beust2012-02-251-0/+1
|/
* Windows 7 fix: the password prompt doesn't appear until after the password is...Cedric Beust2012-02-161-0/+1
* Fixed: Commands with same prefix as options were not working properly.Cedric Beust2012-01-121-2/+2
* Show the dynamic parameter syntax in the usage.Cedric Beust2012-01-112-3/+16
* Fixed NPE in usage().Cedric Beust2012-01-111-1/+1
* Automatic handling of arities for @DynamicParameter.Cedric Beust2012-01-104-10/+21
* Working @DynamicParameter.Cedric Beust2012-01-104-7/+81
* More DynamicParameter work.Cedric Beust2012-01-103-6/+62
* First step implementing DynamicParameter.Cedric Beust2012-01-104-16/+104
* Issue #86: Use Console() when possible instead of System.out to preserveJulien HENRY2011-11-295-33/+108
* Fixed: Main parameters are now validated as well (Connor Mullen).Cedric Beust2011-11-252-13/+15
* Fixed: Throw if an unknown option is foundCedric Beust2011-11-251-0/+2
* ParametersDelegate: doc and some minor formatting.Cedric Beust2011-11-251-2/+2
* Merge pull request #87 from rodionmoiseev/mixinsCedric Beust2011-11-252-1/+55
|\
| * Support for delegated (mixin) parameters (issue #84)rodionmoiseev2011-11-052-0/+54
* | Added: @Parameter(commandNames) so that command names can be specified with a...Cedric Beust2011-11-232-1/+19
* | Added {set,get}ColumnSize() for the usage.Cedric Beust2011-11-231-1/+11
* | Clean up.Cedric Beust2011-11-225-167/+15
* | Better handling for fields of type List.Cedric Beust2011-11-229-16/+100
|/
* Added CommaSeparatedBaseConverter, some subclasses and tests.Angus2011-10-264-11/+135
* Changed @author tag to "Angus Smithson" for my additions.Angus2011-10-262-2/+2
* Added support for ISO 8601 Date arguments and related test.Angus2011-10-262-0/+52