CLI11 v1.1 Release Notes

  • ๐Ÿš€ This release incorporates feedback from the release announcement. The examples are slowly being expanded, some corner cases improved, and some new ๐Ÿ“œ functionality for tricky parsing situations.

    • โž• Added simple support for enumerations, allow non-printable objects #12
    • โž• Added app.parse_order() with original parse order (#13, #16)
    • Added prefix_command(), which is like allow_extras but instantly stops and returns. (#8, #17)
    • โœ‚ Removed Windows warning (#10, #20)
    • Some improvements to CMake, detect Python and no dependencies on Python 2 (like Python 3) (#18, #21)