pinterest / ktlint

An anti-bikeshedding Kotlin linter with built-in formatter
https://pinterest.github.io/ktlint/
MIT License
6.19k stars 505 forks source link

Migrate from Picocli to Clikt #2550

Closed Goooler closed 7 months ago

Goooler commented 7 months ago

Now we are using Picocli to parse CLI params, Clikt can do the same things with Kotlin idioms. After this migration, it's easier to finish #2347.

Why Clikt? https://ajalt.github.io/clikt/whyclikt