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)