Skip to content

1.7.0

Compare
Choose a tag to compare
@ajalt ajalt released this 23 Mar 17:46
· 569 commits to master since this release

Added

  • printHelpOnEmptyArgs parameter to CliktCommand constructor. (#41)

Fixed

  • Usage errors now correctly print subcommand names. (#47)
  • Arguments with multiple(required=true) now report an error if no argument is given on the command line. (#36)