Skip to content

Version 0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@darvil82 darvil82 released this 21 Sep 14:58
· 612 commits to main since this release

Features

  • Default error formatter generators are now available in ErrorFormatter.DefaultGenerators.
    • Default generator is now ErrorFormatter.DefaultGenerators.PRETTY.
    • Add another generator, ErrorFormatter.DefaultGenerators.SIMPLE.
  • Add Command#addHelpArgument and ArgumentParser#addVersionArgument, which add the respective arguments to the command.
  • Add another name ("h") to the default help argument.
  • Add printHelpIfNoInput(), exitIfNoInput() to AfterParseOptions.

Refactors

  • DisplayTokenOptions record now uses a Range instance instead of an start and offset value.
  • Rename obligatory to required.

Fixes

  • LayoutItem no longer display it's title when no contents were generated in it.
  • Command descriptions are now being properly set from Command Templates.