jarro2783/cxxopts v2.2 Release Notes

  • ๐Ÿ”„ Changed

    • ๐Ÿ‘ Allow integers to have leading zeroes.
    • ๐Ÿ— Build the tests by default.
    • Don't check for container when showing positional help.

    โž• Added

    • ๐Ÿ“œ Iterator inputs to parse_positional.
    • ๐Ÿ“œ Throw an exception if the option in parse_positional doesn't exist.
    • ๐Ÿ“œ Parse a delimited list in a single argument for vector options.
    • โž• Add an option to disable implicit value on booleans.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix a warning about possible loss of data.
    • ๐Ÿ›  Fix version numbering in CMakeLists.txt
    • โœ‚ Remove unused declaration of the undefined ParseResult::get_option.
    • Throw on invalid option syntax when beginning with a -.
    • Throw in as when option wasn't present.
    • ๐Ÿ›  Fix catching exceptions by reference.
    • ๐Ÿ›  Fix out of bounds errors parsing integers.