Skip to content

0.11.0: Enums and UTF-8

Compare
Choose a tag to compare
@mzdun mzdun released this 11 Oct 16:34
· 8 commits to master since this release

Small update of library functionality.

New features:

  • support for enums 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