optparse-applicative v0.17.0.0 Release Notes

Release Date: 2022-02-01 // about 2 years ago
    • ๐Ÿ”ง Make tabulation width configurable in usage texts.

    • ๐Ÿ“œ Separate program name and description in ParserHelp type.

    • โž• Add helperWith function, which can be easily used to localize the help flag.

    • ๐Ÿ‘Œ Improve usage texts when command names are long.

    • ๐Ÿ‘Œ Improve Documentation.


Previous changes from v0.16.1.0

    • 0๏ธโƒฃ Guard process dependency behind an on by default flag. This allows one to shrink the dependency tree significantly by turning off the ability to use bash completion actions.

    • โœ‚ Remove bytestring dependency from the test suite.