Version 0.0.2
Pre-release
Pre-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
.
- Default generator is now
- Add
Command#addHelpArgument
andArgumentParser#addVersionArgument
, which add the respective arguments to the command. - Add another name ("h") to the default help argument.
- Add
printHelpIfNoInput()
,exitIfNoInput()
toAfterParseOptions
.
Refactors
DisplayTokenOptions
record now uses aRange
instance instead of anstart
andoffset
value.- Rename
obligatory
torequired
.
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.