summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-09Upgrade JCommander to '1.71'Haibo Huang
2017-05-03Indent with four spaces.Cedric Beust
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-26fix https://github.com/cbeust/jcommander/pull/342#pullrequestreview-29049166Pierre Lindenbaum
2017-03-25typoPierre Lindenbaum
2017-03-25multiple validationPierre Lindenbaum
2017-03-23Better error message.Cedric Beust
2017-03-17One more testCedric Beust
2017-03-09Cover all possible password casesLukáš Petrovický
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-16Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust
2017-02-16Fix the missing commit (?).Cedric Beust
2017-02-15Indent.Cedric Beust
2017-02-15Add a test.Cedric Beust
2017-02-12NPE.Cedric Beust
2017-02-12Add order to @Parameter().Cedric Beust
2017-02-12Fix the builder.Cedric Beust
2017-02-12Rename.Cedric Beust
2017-02-12Use "Parameter" instead of "Argument" for consistency.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-24Add test for commands without a dash.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-15Merge remote-tracking branch 'upstream/master'jeremysolarz
2017-01-15Add test case to check if correct parameter is returned in exceptionjeremysolarz
2017-01-15Add correct parameter name to standard converters (e.g. String to Integer)jeremysolarz
2017-01-14Merge branch 'master' of https://github.com/jeremysolarz/jcommander into issu...jeremysolarz
2017-01-14Splitted test case for better understanding of separate options.jeremysolarz
2017-01-13Make getParameters() work againSimon Legner
2017-01-10Add a test for the missing key case in @ParametersAntoine Reilles
2017-01-10Use commandDescription if no commandDescriptionKeyAntoine Reilles
2016-12-28Merge branch 'master' of https://github.com/jeremysolarz/jcommander into issu...jeremysolarz
2016-12-28Catch exception thrown in tmp test case where named parameter is defined put ...jeremysolarz
2016-12-27Do not display default value for help parameter in usagejeremysolarz
2016-12-27Finalize test case for omitting of default value display in usage outputjeremysolarz