Skip to content

Releases: stephenberry/argz

0.2.1

24 Mar 22:54

Choose a tag to compare

Improvements

  • Refactor parse_var -> std::string_view constructor by @MiroPalmu in #7
  • Fixed empty default options being printed by @mtygesen in #8

Full Changelog: v0.2.0...v0.2.1

0.2.0

01 Aug 13:11

Choose a tag to compare

  • Argz requires C++20
  • Added support for std::optional<T>
  • Added user configurable option print_help_when_no_options

Thanks to @MiroPalmu

0.1.1

07 Jun 19:14
076f12c

Choose a tag to compare

  • Added necessary include <cstdint> for gcc

0.1.0

23 Jan 16:43

Choose a tag to compare

  • Added handling of quoted paths with spaces