optparse-applicative v0.12.0.0 Release Notes

Release Date: 2015-09-17 // over 8 years ago
    • โž• Add "missing" error condition descriptions when required flags and arguments are not provided.

    • ๐Ÿ‘ Allow multiple short flags to be concatenated together behind a single hyphen, e.g. "-xcf".

    • โšก๏ธ Updated dependency bounds on process and ansi-wl-pprint.

    • โž• Add Show and Eq instances to some types for easier debugging.

    • โž• Add defaultPrefs, a default preferences value.

    • ๐Ÿ“„ Docs.