Added
- Added
hidden
parameter toCliktCommand
, 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
- Default values for arguments will now be included in help output when
showDefaultValues=true
is set on your help formatter (#357)