You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added error parameter to PrintMessage and PrintHelpMessage. When true, CliktCommand.main will exit with status code 1. (#187)
Changed
When printHelpOnEmptyArgs is true and no arguments are present, or when invokeWithoutSubcommand is false and no subcommand is present, CliktCommand.main will now exit with status code 1 rather than 0.
restrictTo now works with any Comparable value, not just Number.
CliktCommand.main now accepts Array<out String>, not just Array<String>. (#196)
Fixed
Fixed option values being reset when calling multiple subcommands with allowMultipleSubcommands=true (#190)