Skip to content

Releases: MatthiWare/CommandLineParser.Core

0.2.2

02 Mar 12:23
080a86d
Compare
Choose a tag to compare

Bugfixes

  • Bool option parsed incorrectly when default value is specified (#35)
  • Better usage output allignment (#32)
  • Prevent always auto printing of errors (#30)

Improvements

  • Auto execution of models commands improved (#38)
  • Overload for IUsagePrinter (#31)

0.2.1

18 Jan 07:08
38d0b89
Compare
Choose a tag to compare
  • Fixed optional commands with required parameters got marked as missing
  • Fixed auto executed commands that throw exceptions caused parser to also crash