summaryrefslogtreecommitdiff
path: root/src/main/java/com/beust/jcommander/JCommander.java
AgeCommit message (Expand)Author
2017-04-25Add support for inverted booleans.Cedric Beust
2017-04-08Make the builder visible.Cedric Beust
2017-04-07Deprecate a constructor overload.Cedric Beust
2017-04-07GH-337: Added the JCommander instance to ParameterException so you can call u...Cedric Beust
2017-04-05Fix for issue: #3437acd22f0bcd3ac948246
2017-03-25multiple validationPierre Lindenbaum
2017-03-23Better error message.Cedric Beust
2017-03-09Never prompt for password if it was passed as an argument (fixes #195)Lukáš Petrovický
2017-03-05Merge remote-tracking branch 'upstream/master' into dash-dash-dash-dash-dash-...jeremysolarz
2017-03-05Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust
2017-03-05Compile JCommander with 1.7.Cedric Beust
2017-03-04Add method to get program namejeremysolarz
2017-03-04Merge with upstream/masterjeremysolarz
2017-02-16Fix the missing commit (?).Cedric Beust
2017-02-12NPE.Cedric Beust
2017-02-12Add order to @Parameter().Cedric Beust
2017-02-12Fix the builder.Cedric Beust
2017-02-12Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust
2017-02-12First pass at @SubParameter.Cedric Beust
2017-02-03Remove finals.Cedric Beust
2017-02-03Introduce builder class.Cedric Beust
2017-01-26Don’t show [options] in usage() if there are no options.Cedric Beust
2017-01-25Fix GITHUB-322.Cedric Beust
2017-01-24Rename fields..Cedric Beust
2017-01-24Remove the need for option prefixes.Cedric Beust
2017-01-24Fix '--' handlingMarat Radchenko
2017-01-15Add correct parameter name to standard converters (e.g. String to Integer)jeremysolarz
2017-01-13Make getParameters() work againSimon Legner
2017-01-10Use commandDescription if no commandDescriptionKeyAntoine Reilles
2016-12-28Merge branch 'master' of https://github.com/jeremysolarz/jcommander into issu...jeremysolarz
2016-12-27Do not display default value for help parameter in usagejeremysolarz
2016-12-27Allow empty string as parameterjeremysolarz
2016-12-16Fix param name error in validatorjeremysolarz
2016-11-02Fix indentation for nested sub-commands.Matt Bray
2016-10-08Remove verbose code constructsMykhailo Kovalskyi
2016-10-08Apply Java language level migration aidsMykhailo Kovalskyi
2016-09-26Delete commented-out codeSimon Legner
2016-09-26Merge pull request #285 from simon04/refactor-conversionCedric Beust
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-05Do not forget to update constructor call site tooAntoine Reilles
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-02-28Merge shuwada's commit to fix #95.Cedric Beust