add test-library and ktlint

This commit is contained in:
Michael Hoennig
2026-06-09 13:24:05 +02:00
parent 7b01aaa9a2
commit 923048781b
5 changed files with 75 additions and 5 deletions
@@ -11,7 +11,6 @@ import picocli.CommandLine.Option
mixinStandardHelpOptions = true,
)
class ConfigPrintCommand : Runnable {
@Option(names = ["--full"], description = ["Include all defaults"])
var full: Boolean = false