optparse-applicative v0.17.0.0 Release Notes
Release Date: 2022-02-01 // almost 3 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.