clikt v2.1.0 Release Notes

Release Date: 2019-05-23 // almost 5 years ago
  • 2019-05-23

    โž• Added

    • Ability to prevent rewrapping individual paragraphs in help output.
    • โž• Added parameter required to Option.multiple() to require at least one instance of the option on the command line.

    ๐Ÿ”„ Changed

    • CliktCommand.toString() now includes the names and values of all parameters and subcommands.

    ๐Ÿ›  Fixed

    • Create subcommand context when helpOptionNames is empty. (#64)