ajalt / clikt

Multiplatform command line interface parsing for Kotlin
https://ajalt.github.io/clikt/
Apache License 2.0
2.51k stars 121 forks source link

Add CoreNoOpCliktCommand #531

Closed ajalt closed 2 months ago

ajalt commented 2 months ago

526 Made the NoOpCliktCommand available in core, and this PR follows up by renaming it to match the other core commands and making a separate command that uses mordant.

While it is a bit annoying to need separate copies of all the commands just to install mordant, I don't know of a better solution that works an all multiplatform targets.