Skip to content

2.1.0

Compare
Choose a tag to compare
@ajalt ajalt released this 23 Jun 18:23
· 529 commits to master since this release

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)