Hi all. I've been building a Kotlin command line a...
# announcements
j
Hi all. I've been building a Kotlin command line argument parser because I wasn't satisfied with how existing Java argument parsers integrate with Kotlin's language features. I believe it's somewhat unique in how it integrates with Kotlin's compile-time nullability checks. There are test cases written around simple usages, but the project is still in a very early state (as described in the README). I'd like to share it now to get some early feedback. I'd especially appreciate feedback in regards to whether you find the Kotlin-specific APIs compelling. I am not very familiar with Maven and Gradle distribution, so any feedback/assistance with that would be great. The project is currently called Karg. Feedback on the name is also welcomed simple smile