v1.1.0
andrey-zherikov
released this
24 Aug 18:31
·
116 commits
to master
since this release
Enhancements
-
ANSI colors and styles - see readme for details:
-
Help text API (
Usage
,Description
,ShortDescription
,Epilog
) now support delegates that return string. This is useful when string is not available at compile time:Description(() => "Print sum of the numbers")
Bug fixes
- Fix build failure when built with
-dip1000
.