summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-12Convert external/jcommander to Android.bp am: 621c96c066 am: 81b93435aeColin Cross
am: 5b81d95162 Change-Id: Ib8e86a42f162b19913e4968e3927405f16a4dc2b
2017-12-12Convert external/jcommander to Android.bp am: 621c96c066Colin Cross
am: 81b93435ae Change-Id: I5c4368d6783b336d5c0eb18017ffc5f38129e920
2017-12-12Convert external/jcommander to Android.bpColin Cross
am: 621c96c066 Change-Id: Ifb9b638e69b471cf263b7a349e98e2256d629815
2017-12-08Convert external/jcommander to Android.bpandroid-wear-8.0.0_r1Colin Cross
See build/soong/README.md for more information. Test: m checkbuild Change-Id: I0ccad32fbdfef7a084c6d6e5da5165cfd665b740
2017-05-03Indent with four spaces.Cedric Beust
2017-05-02Update doc.Cedric Beust
2017-05-02Update version in doc.Cedric Beust
2017-05-02Restore OSGi manifest.Cedric Beust
2017-04-251.70.Cedric Beust
2017-04-25Add support for inverted booleans.Cedric Beust
2017-04-171.69.Cedric Beust
2017-04-17Use newBuilder() in the docCedric Beust
2017-04-081.68.Cedric Beust
2017-04-08Make the builder visible.Cedric Beust
2017-04-07Deprecate a constructor overload.Cedric Beust
2017-04-071.67.Cedric Beust
2017-04-07Update Kobalt.Cedric Beust
2017-04-07GH-337: Added the JCommander instance to ParameterException so you can call ↵Cedric Beust
usage() on it. Fixes https://github.com/cbeust/jcommander/issues/337
2017-04-04Merge pull request #348 from 7acd22f0bcd3ac948246/masterCedric Beust
Fix for issue: ParameterException is not thrown when a parameter with variable arity has no value #343
2017-04-05Fix for issue: #3437acd22f0bcd3ac948246
ParameterException is not thrown when a parameter with variable arity has no value
2017-03-26Update doc.Cedric Beust
2017-03-26Update Kobalt.Cedric Beust
2017-03-26Merge pull request #342 from lindenb/multiplevalidatorsCedric Beust
Allow an array of Classes in `validateWith` and `validateValueWith`
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
Fixes https://github.com/cbeust/jcommander/issues/336.
2017-03-17Remove IDEA filesCedric Beust
2017-03-17One more testCedric Beust
2017-03-09Merge pull request #334 from triceo/one-nine-fiveCedric Beust
Never prompt for password if it was passed as an argument (fixes #195)
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ý
Took the liberty of also fixing one pre-existing test related to passwords that was marked as disabled until now.
2017-03-05Merge pull request #296 from slonopotamus/dash-dash-dash-dash-dash-dashjeremysolarz
Fix '--' handling #296
2017-03-05Add changelog entry for 296jeremysolarz
2017-03-05Merge remote-tracking branch 'upstream/master' into ↵jeremysolarz
dash-dash-dash-dash-dash-dash
2017-03-051.66.Cedric Beust
2017-03-05Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust
2017-03-05Bump Kobalt.Cedric Beust
2017-03-05Compile JCommander with 1.7.Cedric Beust
TestNG depends on it, so that's necessary.
2017-03-04Merge pull request #332 from jeremysolarz/issue-247-getter-for-program-nameCedric Beust
Issue 247 getter for program name
2017-03-04Add changelog entry for 247jeremysolarz
2017-03-04Add method to get program namejeremysolarz
2017-03-04Merge pull request #304 from mattjbray/fix-sub-command-indentjeremysolarz
Fix usage indentation for nested sub-commands
2017-03-04Merge with upstream/masterjeremysolarz
2017-02-28Merge pull request #331 from jakobwenzel/exampleFileListConverterCedric Beust
fixed FileListConverter example
2017-02-28fixed FileListConverter exampleJakob Wenzel
2017-02-161.65.Cedric Beust
2017-02-16Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust
2017-02-16Fix the missing commit (?).Cedric Beust
2017-02-16Update index.adocCedric Beust