0.11.0: Enums and UTF-8
Small update of library functionality.
New features:
- support for
enum
s as destination for an argument value - support for equal sign, as in
--argument=value
Fixes:
- Using UTF8 length instead of
strlen
, for better alignment of--help
text. - Various small fixes for Windows / MSVC