clikt v1.7.0 Release Notes

Release Date: 2019-03-23 // about 5 years ago
  • 2019-03-23

    โž• 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)