ajalt / clikt

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

Add support for Native Desktop targets #561

Closed Wavesonics closed 1 month ago

Wavesonics commented 1 month ago

Man I would LOVE to see support for K/Native targets. Shipping the JVM for a terminal program has always felt kinda wrong to me. I still write my little terminal utils in Go for this reason.

I would love to be able to produce little self contained portable exe files for my terminal utils!

ajalt commented 1 month ago

Sorry, it's not clear what you're asking for here. Clikt does support all kotlin native desktop targets.

Wavesonics commented 1 month ago

Whops, you're right, sorry, I think because Desktop native (Linux, Windows, and macOS) doesn't have any body text below it my eyes some how scanned right over it!