summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-27Allow empty string as parameterjeremysolarz
2016-12-27Add test cases for empty string / just double quotes as parameterjeremysolarz
2016-12-16Fix param name error in validatorjeremysolarz
2016-11-02Fix indentation for nested sub-commands.Matt Bray
2016-10-08Remove commented-out codeMykhailo Kovalskyi
2016-10-08Remove verbose code constructsMykhailo Kovalskyi
2016-10-08Apply Java language level migration aidsMykhailo Kovalskyi
2016-10-08Fix code style issuesMykhailo Kovalskyi
2016-09-26Delete commented-out codeSimon Legner
2016-09-26Merge pull request #285 from simon04/refactor-conversionCedric Beust
2016-09-22Merge pull request #289 from garydgregory/CharArrayConverterCedric Beust
2016-09-22Add unit test CharArrayConverterTest.Gary Gregory
2016-09-22Add unit test for InetAddressConverter.Gary Gregory
2016-09-21Adds a class InetAddressConverter that implementsGary Gregory
2016-09-21Adds class CharArrayConverter that implements IStringConverter<char[]>Gary Gregory
2016-09-19Skip Path converter when class is not availableBen Gruver
2016-09-12Refactor/streamline value conversionSimon Legner
2016-09-12Allow to specify the @file charsetSimon Legner
2016-09-12Thread-safe and non-shared converter factoriesSimon Legner
2016-09-05Merge pull request #280 from simon04/share-optionsCedric Beust
2016-09-05Share options with sub commandsSimon Legner
2016-09-04When using `parseWithoutValidation()`, JCommander uses 'parse()' on child com...Simon Legner
2016-09-01Add IStringConverterInstanceFactorySimon Legner
2016-08-05test for MissingCommandException.getUnknownCommandAntoine Reilles
2016-08-05Do not forget to update constructor call site tooAntoine Reilles
2016-08-05Use the `this` constructor as suggested by @cbeustAntoine Reilles
2016-08-05reorder constructor argumentsAntoine Reilles
2016-08-05add commentmmzen
2016-08-05Allow user to retrieve unknown commandAntoine Reilles
2016-04-14Streamline the getDescriptionFor methodPortnoy
2016-04-07Usage no longer has a trailing space at the end of the line.Carl-Frederik Hallberg
2016-03-21build: Add support for building jcommander within the AOSP (host only).Igor Murashkin
2016-02-28Merge shuwada's commit to fix #95.Cedric Beust
2016-02-15Merge pull request #156 from tzellman/masterCedric Beust
2016-02-12Updated support for disabling the @/ampersand/at expansionTom Zellman
2016-01-25Merge pull request #212 from cheister/masterCedric Beust
2016-01-21Wrap usage for commands and main parametersEvan Ward
2016-01-07Fix build.Cedric Beust
2015-12-28Simple example for use in the documentationJoseph B. Ottinger
2015-12-01fixed unused lineChris Ruffalo
2015-12-01added ability to read parameters from interfacesChris Ruffalo
2015-08-23Test fix.Cedric Beust
2015-08-09Refuse to write to final fields.Simon Richard Clarkstone
2015-08-09Tweaked tests to work on Java 7 and 8.Simon Richard Clarkstone
2015-07-09Merge pull request #236 from Antag99/fix-accessibilityCedric Beust
2015-07-07Fix description line wrappingEvan Ward
2015-07-06Add unit tests for inaccessible fields/methods/constructorsAnton Gustafsson
2015-07-06Fix "access" unit testAnton Gustafsson
2015-07-05Fix issue where JCommander could not access private fields/methodsAnton Gustafsson
2015-05-17Merge pull request #179 from gbalats/masterCedric Beust