optparse-applicative v0.15.1 Release Notes

Release Date: 2019-09-12 // over 4 years ago
    • ๐Ÿ‘Œ Improve printing of brief descriptions for parsers.
      ๐Ÿ“œ Previously, the logical structure of the parser,
      such as alternative groups and segments which must
      be defined together, did not influence the layout of
      the brief description. This could lead to some help
      texts being difficult to read. Now, we use nesting
      and forced line breaks to help improve readability.