Skip to content

Releases: jimschubert/kopper

v0.0.3

31 Dec 04:16
Compare
Choose a tag to compare

Enhance:

  • (see #6) Update printHelp to write directly to a PrintStream instance

Bug:

  • (fix #5) TypedArgumentParser now allows setting name and applicationDescription via optional constructor parameters

v0.0.2

13 Dec 01:36
Compare
Choose a tag to compare
  • Modify Parser to support method chanining (f5e0320)
    • changes #name and #applicationDescription pubic properties to setter methods.
  • Return ArgumentCollection from parse (d542dca)
    • moves Parser#isSet and Parser#get to new ArgumentCollection
    • ArgumentCollection is a true collection

… and other non-feature commits.

Initial Release

13 Dec 01:39
Compare
Choose a tag to compare