clikt v3.5.0 Release Notes

  • โž• Added

    • โž• Added hidden parameter to CliktCommand, which will prevent the command from being displayed as a subcommand in help output (#353)
    • ๐ŸŽ Publish artifacts for the macosArm64 target. Note that this target is not tested on CI. (#352)

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Default values for arguments will now be included in help output when showDefaultValues=true is set on your help formatter (#357)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix flags and other options with defaults not being usable in mutuallyExclusiveOptions (#349)
    • ๐Ÿ›  Fix CompletionCommand generating completion for itself (#355)