1. 9c2bd65 One more test. by Cedric Beust · 12 years ago
  2. 2b86330 Merge branch 'master' of github.com:cbeust/jcommander by Cedric Beust · 12 years ago
  3. 11b27d3 Added: echoInput, used when password=true to echo the characters (Jason Wheeler) by Cedric Beust · 12 years ago
  4. 76dfe99 Merge pull request #119 from bigwheels16/master by Cedric Beust · 12 years ago
  5. f8f8310 updated doc with info about echoInput by Jason Wheeler · 12 years ago
  6. 5bbf7af added echoInput parameter to @Parameter annotation to control whether characters are hidden when entering passwords (only works in Java 6 when password == true) by Jason Wheeler · 12 years ago
  7. bc214ea [maven-release-plugin] prepare for next development iteration by Cedric Beust · 12 years ago
  8. 2d98ac7 [maven-release-plugin] prepare release jcommander-1.26 by Cedric Beust · 12 years ago
  9. b760ff1 Build script update. by Cedric Beust · 12 years ago
  10. b1112f6 Clarified the license in the documentation. by Cedric Beust · 12 years ago
  11. 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
  12. c10f00e Better handling of plurals. by Cedric Beust · 12 years ago
  13. 13a57cd Fixed: 113: getCommandDescription() returns the description of the main parameter instead of that of the command by Cedric Beust · 12 years ago
  14. 5219e93 Merge. by Cedric Beust · 12 years ago
  15. f5e6e36 Merge branch 'master' of github.com:cbeust/jcommander by Cedric Beust · 12 years ago
  16. bb0873e Don't display no-op validations in debug mode. by Cedric Beust · 12 years ago
  17. fb38f40 Fixed: bug with several multiple arity parameters (VariableArityTest). by Cedric Beust · 12 years ago
  18. 8e91382 Formatting. by Cedric Beust · 12 years ago
  19. c84dbd3 Fixed: variable arities not working when same parameter appears multiple times. by Cedric Beust · 12 years ago
  20. 5f5b78b Change log. by Cedric Beust · 12 years ago
  21. 7f51a7f Merge branch 'master' of github.com:cbeust/jcommander by Cedric Beust · 12 years ago
  22. ae55f2b Added doc for variableArity. by Cedric Beust · 12 years ago
  23. 5e7a537 Added doc for variableArity. by Cedric Beust · 12 years ago
  24. 9952211 [maven-release-plugin] prepare for next development iteration by Cedric Beust · 12 years ago
  25. b5dd131 [maven-release-plugin] prepare release jcommander-1.25 by Cedric Beust · 12 years ago
  26. 653fc8d pom to 1.25. by Cedric Beust · 12 years ago
  27. 252654b Merge branch 'master' of github.com:cbeust/jcommander by Cedric Beust · 12 years ago
  28. 99c56a9 [maven-release-plugin] prepare release jcommander-1.24 by Cedric Beust · 12 years ago
  29. 7f1e037 Build update to TestNG 6.5.2. by Cedric Beust · 12 years ago
  30. 8f04652 CHANGELOG. by Cedric Beust · 12 years ago
  31. 61e6509 Command descriptions (@Parameters(resourceBundle)) were not i18n'ed properly. by Cedric Beust · 12 years ago
  32. b6f8d62 Merge branch 'master' of github.com:cbeust/jcommander by Cedric Beust · 12 years ago
  33. 74664b2 Better variable arity. by Cedric Beust · 12 years ago
  34. 96a8b0d Better variable arity. by Cedric Beust · 12 years ago
  35. 5414de6 Fixed bug with multiple variable arities. by Cedric Beust · 12 years ago
  36. e5bccc5 Fixed doc not to use Lists and Maps. by Cedric Beust · 12 years ago
  37. e26d6c9 Merge branch 'master' of github.com:cbeust/jcommander by Cedric Beust · 12 years ago
  38. ca0789b Fixed: StringIndexOutOfBoundsException if passing an empty parameter (bomanz) by Cedric Beust · 12 years ago
  39. abb5629 Merge pull request #112 from homeworkprod/master by Cedric Beust · 12 years ago
  40. 9d954f1 Escape angle brackets in HTML docs. by Jochen Kupperschmidt · 12 years ago
  41. d38864b Added: Default passwords are no longer displayed in the usage (Paul Mendelson) by Cedric Beust · 12 years ago
  42. 635ded6 Merge pull request #110 from pmendelson/master by Cedric Beust · 12 years ago
  43. cc2bd84 Modified usage function to display a placeholder for parameters that are designed as passwords by pmendelson · 12 years ago
  44. 59b3e36 Query all the option names when trying to find a default value for a parameter. by Cedric Beust · 12 years ago
  45. 605dd39 Merge pull request #106 from evigeant/master by Cedric Beust · 12 years ago
  46. 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
  47. ed24370 Merge branch 'master' of github.com:cbeust/jcommander by Cedric Beust · 12 years ago
  48. 42bce87 Merge pull request #105 from amuraru/master by Cedric Beust · 12 years ago
  49. 27e0613 Fixed Javadoc warnings. by Cedric Beust · 12 years ago
  50. 3322ab8 Build fix. by Cedric Beust · 12 years ago
  51. 8ebf58f Fixed: GITHUB-108: Dynamic parameters with "=" in them are not parsed correctly (szhem) by Cedric Beust · 12 years ago
  52. ea2ebd8 Fixed indentation on Options in command usage. by evigeant · 12 years ago
  53. 39e431e Fixed: GITHUB-97: Required password always complains that it is not specified (timoteoponce) by Cedric Beust · 12 years ago
  54. a319988 [Enum Args] If not set, the description of an enum arg is set to the list of options by Adrian Muraru · 12 years ago
  55. ed93752 Using TestNG 6.4.1beta. by Cedric Beust · 12 years ago
  56. a47f371 Windows 7 fix: the password prompt doesn't appear until after the password is typed (Erik Costlow). by Cedric Beust · 12 years ago
  57. e638e88 Made the fields private in the doc. by Cedric Beust · 12 years ago
  58. fbed631 Merge by Cedric Beust · 12 years ago
  59. 35a6a72 Merge branch 'master' of github.com:cbeust/jcommander by Cedric Beust · 12 years ago
  60. 16f5c5a Updated license by Cedric Beust · 12 years ago
  61. 8ad02da Fixed: Commands with same prefix as options were not working properly. by Cedric Beust · 12 years ago
  62. 4dd0aec Doc for @DynamicParameter. by Cedric Beust · 12 years ago
  63. b01c46b [maven-release-plugin] prepare for next development iteration by Cedric Beust · 12 years ago
  64. 107d0fb [maven-release-plugin] prepare release jcommander-1.23 by Cedric Beust · 12 years ago
  65. 13fa783 [maven-release-plugin] prepare for next development iteration by Cedric Beust · 12 years ago
  66. dc5ad86 [maven-release-plugin] prepare release jcommander-1.22 by Cedric Beust · 12 years ago
  67. cf21021 [maven-release-plugin] prepare for next development iteration by Cedric Beust · 12 years ago
  68. 82241eb [maven-release-plugin] prepare release jcommander-1.21 by Cedric Beust · 12 years ago
  69. bb90ac9 Updated TestNG to 6.4beta. by Cedric Beust · 12 years ago
  70. ef85e83 Show the dynamic parameter syntax in the usage. by Cedric Beust · 12 years ago
  71. e923414 Fixed NPE in usage(). by Cedric Beust · 12 years ago
  72. a559c60 Added: @DynamicParameter. by Cedric Beust · 12 years ago
  73. 7e743ac Automatic handling of arities for @DynamicParameter. by Cedric Beust · 12 years ago
  74. b71c28f More tests. by Cedric Beust · 12 years ago
  75. 043d359 Working @DynamicParameter. by Cedric Beust · 12 years ago
  76. 5d1bc48 gitignore. by Cedric Beust · 12 years ago
  77. 78db59c More DynamicParameter work. by Cedric Beust · 12 years ago
  78. 932e167 First step implementing DynamicParameter. by Cedric Beust · 12 years ago
  79. dfd6ac3 Merge pull request #92 from henryju/master by Cedric Beust · 12 years ago
  80. e45913e Issue #86: Use Console() when possible instead of System.out to preserve by Julien HENRY · 12 years ago
  81. cab863c Google group by Cedric Beust · 12 years ago
  82. af876df CHANGELOG update. by Cedric Beust · 12 years ago
  83. d95b69a Doc typo. by Cedric Beust · 12 years ago
  84. 8eac02e [maven-release-plugin] prepare for next development iteration by Cedric Beust · 12 years ago
  85. e4e33f0 [maven-release-plugin] prepare release jcommander-1.20 by Cedric Beust · 12 years ago
  86. c3507eb Fixed: Main parameters are now validated as well (Connor Mullen). by Cedric Beust · 12 years ago
  87. 4ba2a3c Fixed: Throw if an unknown option is found by Cedric Beust · 12 years ago
  88. b871944 ParametersDelegate: doc and some minor formatting. by Cedric Beust · 12 years ago
  89. c211263 Merge pull request #87 from rodionmoiseev/mixins by Cedric Beust · 12 years ago
  90. 3fd7d20 Updated to Surefire 2.10. by Cedric Beust · 12 years ago
  91. 5142b72 Updated to TestNG 6.3.2beta. by Cedric Beust · 12 years ago
  92. 66e7895 Added: @Parameter(commandNames) so that command names can be specified with annotations by Cedric Beust · 12 years ago
  93. 3cf4188 Added {set,get}ColumnSize() for the usage. by Cedric Beust · 12 years ago
  94. 1b36a0e Doc update. by Cedric Beust · 12 years ago
  95. cc5c9d8 Clean up. by Cedric Beust · 12 years ago
  96. 86953b9 Script update. by Cedric Beust · 12 years ago
  97. 3e7cb52 Better handling for fields of type List. by Cedric Beust · 12 years ago
  98. 2a1ded0 Updated changelog to reflect support for parameter delegates by rodionmoiseev · 13 years ago
  99. e58736c Added more parameters delegate tests by rodionmoiseev · 13 years ago
  100. 6208f14 Added ParametersDelegateTest to the suite by rodionmoiseev · 13 years ago