1. e96931e Wrong file. by Cedric Beust · 12 years ago
  2. 07e332d Fixed: GITHUB-137: Main parameters with a default value should be overridden if a main parameter is specified by Cedric Beust · 12 years ago
  3. d5490aa Fixed: GITHUB-107: Allow enum values without converting them to uppercase. by Cedric Beust · 12 years ago
  4. 20a8ea0 Update the CHANGELOG due to 1.30 release by John Yani · 12 years ago
  5. 5d2a345 Fix the CHANGELOG by John Yani · 12 years ago
  6. 5fc805c Added enum support (Scott M. Stark). by Cedric Beust · 12 years ago
  7. c6fb7f8 Change log. by Cedric Beust · 12 years ago
  8. 2c092c0 Added: JCommander#allowAbbreviatedOptions (default: false) by Cedric Beust · 12 years ago
  9. a8f4de2 Added: JCommander#setCaseSensitiveOptions (default: true) by Cedric Beust · 12 years ago
  10. 5f26073 Description of commands is now displayed on the next line and indented. by Cedric Beust · 12 years ago
  11. e79760c Fixed: Empty string defaults now displayed as "<empty string>" in the usage by Cedric Beust · 12 years ago
  12. f65b160 Fixed: Bugs with the PositiveInteger validator by Cedric Beust · 12 years ago
  13. 94e08e7 Fixed: Parameters with a single double quote were not working properly by Cedric Beust · 12 years ago
  14. a856068 CHANGELOG. by Cedric Beust · 12 years ago
  15. c675ef5 Added: @Parameter(help = true) by Cedric Beust · 12 years ago
  16. 0975e46 Merge branch 'master' of github.com:cbeust/jcommander by Cedric Beust · 12 years ago
  17. e903207 Added: IValueValidator to validate parameter values (typed) as oppoed to IParameterValidator which validates strings by Cedric Beust · 12 years ago
  18. 074b8af Fixed: wasn't handling parameters that start with " but don't end with one correctly by Cedric Beust · 12 years ago
  19. 2b86330 Merge branch 'master' of github.com:cbeust/jcommander by Cedric Beust · 12 years ago
  20. 11b27d3 Added: echoInput, used when password=true to echo the characters (Jason Wheeler) by Cedric Beust · 12 years ago
  21. 9e22cff Fixed: if using a different option prefix, unknown option are mistakenly reported as "no main parameter defined" (kurmasz) by Cedric Beust · 12 years ago
  22. 13a57cd Fixed: 113: getCommandDescription() returns the description of the main parameter instead of that of the command by Cedric Beust · 12 years ago
  23. 5219e93 Merge. by Cedric Beust · 12 years ago
  24. fb38f40 Fixed: bug with several multiple arity parameters (VariableArityTest). by Cedric Beust · 12 years ago
  25. c84dbd3 Fixed: variable arities not working when same parameter appears multiple times. by Cedric Beust · 12 years ago
  26. 5f5b78b Change log. by Cedric Beust · 12 years ago
  27. 8f04652 CHANGELOG. by Cedric Beust · 12 years ago
  28. e26d6c9 Merge branch 'master' of github.com:cbeust/jcommander by Cedric Beust · 12 years ago
  29. ca0789b Fixed: StringIndexOutOfBoundsException if passing an empty parameter (bomanz) by Cedric Beust · 12 years ago
  30. d38864b Added: Default passwords are no longer displayed in the usage (Paul Mendelson) by Cedric Beust · 12 years ago
  31. 3506d02 Fixed: GITHUB-105: If no description is given for an enum, use that enum's value (Adrian Muraru) by Cedric Beust · 12 years ago
  32. 8ebf58f Fixed: GITHUB-108: Dynamic parameters with "=" in them are not parsed correctly (szhem) by Cedric Beust · 12 years ago
  33. 39e431e Fixed: GITHUB-97: Required password always complains that it is not specified (timoteoponce) by Cedric Beust · 12 years ago
  34. 8ad02da Fixed: Commands with same prefix as options were not working properly. by Cedric Beust · 12 years ago
  35. a559c60 Added: @DynamicParameter. by Cedric Beust · 12 years ago
  36. e45913e Issue #86: Use Console() when possible instead of System.out to preserve by Julien HENRY · 13 years ago
  37. af876df CHANGELOG update. by Cedric Beust · 13 years ago
  38. c3507eb Fixed: Main parameters are now validated as well (Connor Mullen). by Cedric Beust · 13 years ago
  39. 4ba2a3c Fixed: Throw if an unknown option is found by Cedric Beust · 13 years ago
  40. c211263 Merge pull request #87 from rodionmoiseev/mixins by Cedric Beust · 13 years ago
  41. 66e7895 Added: @Parameter(commandNames) so that command names can be specified with annotations by Cedric Beust · 13 years ago
  42. 2a1ded0 Updated changelog to reflect support for parameter delegates by rodionmoiseev · 13 years ago
  43. f2af814 Added: Support for enums (Adrian Muraru). by Cédric Beust · 13 years ago
  44. cbdb707 Added: JCommander#setParameterDescriptionComparator for better control over usage(). by Cédric Beust · 13 years ago
  45. 876c977 Fixed: Fields of type Set (HashSet and SortedSet) are now supported by Cedric Beust · 13 years ago
  46. dce5bdf Changelog update. by Cedric Beust · 13 years ago
  47. 2ee07bc Fixed: "-args=a=b,b=c" was not being parsed correctly (Michael Lancaster) by Cedric Beust · 13 years ago
  48. 8a3f562 Added: commandDescriptionKey to @Parameters, to allow internationalized command descriptions by Cedric Beust · 13 years ago
  49. 4f4ea1f Fixed: GITHUB-73: descriptionKey was being ignored on main parameters by Cedric Beust · 13 years ago
  50. c199c87 Added: usage() now displays the options for each command as well by Cedric Beust · 13 years ago
  51. fe8a696 Fixed: Default values with a validator were being validate at parse() time instead of creation time. by Cedric Beust · 13 years ago
  52. db01fd2 Added: Default converter factories can be overridden (Scott Clasen) by Cedric Beust · 13 years ago
  53. 8877f66 Fixed: Exception when using an @ file with empty lines between options. by Cedric Beust · 13 years ago
  54. 279af56 Updated change log. by Cedric Beust · 13 years ago
  55. e2d8da7 Fixed: NPE with calling getCommandDescription() of an unknown command by Cedric Beust · 13 years ago
  56. 1f4e89c Log update. by Cedric Beust · 13 years ago
  57. fce970e CHANGELOG update. by Cedric Beust · 13 years ago
  58. b828856 Added: Boolean parameters with arity 0 (e.g. "foo -debug") by Cedric Beust · 14 years ago
  59. a6e4abd Fixed: JCommander would sometimes just print a stack trace and continue, now rethrowing. by Cedric Beust · 14 years ago
  60. 3a32b55 Doc updates by Cedric Beust · 14 years ago
  61. 22b8a2f Updated CHANGELOG by Cedric Beust · 14 years ago
  62. 4c020da Added: Command usages are now shown in the order they were added to the JCommander object. by Cedric Beust · 14 years ago
  63. e97a642 CHANGELOG update. by Cedric Beust · 14 years ago
  64. dda1651 Added: @Parameters(commandDescription = "command description") by Cedric Beust · 14 years ago
  65. a76d5b9 Updated CHANGELOG by Cedric Beust · 14 years ago
  66. abcd2cb Minor fix by Cedric Beust · 14 years ago
  67. 72cacba Added: now throwing an exception if required main parameters are not supplied by Cedric Beust · 14 years ago
  68. 2384cc9 Added overloaded versions of usage() with StringBuilders by Cedric Beust · 14 years ago
  69. bd5ce9c Added inheritance support (Guillaume Sauthier) by Cedric Beust · 14 years ago
  70. 2283e84 Updated change log by Cedric Beust · 14 years ago
  71. 6f6f436 More tests for main parametesr with converters by Cedric Beust · 14 years ago
  72. 1eb22b9 Moved findConverter to JCommander by Cedric Beust · 14 years ago
  73. 4d25ee9 Documented @Parameters(optionPrefixes) by Cedric Beust · 14 years ago
  74. 858c0e6 Better tests, updated CHANGELOG by Cedric Beust · 14 years ago
  75. ff21d67 Usage is now showing required parameters and default value by Cedric Beust · 14 years ago
  76. 3f21d8b Support for -- by Cedric Beust · 14 years ago
  77. 7e185fe Showing required parameters in usage by Cedric Beust · 14 years ago
  78. c63fd22 More DefaultProvider tests by Cedric Beust · 14 years ago
  79. fe9b1e5 More tests by Cedric Beust · 14 years ago
  80. b105641 Added hidden by Cedric Beust · 14 years ago
  81. 2a7a6d4 CHANGELOG and pom version update by Cedric Beust · 14 years ago