Unclaimed project
Are you a maintainer of kotlin-argparser? Claim this project to take control of your public changelog and roadmap.
Changelog
Easy to use and concise yet powerful and robust command line argument parsing for Kotlin
Releasing to Maven Central in addition to Bintray. This is probably the only really externally visible change.
Upgraded a bunch of dependencies, including gradlew.
If the programName passed to mainBody is null, then the
system property com.xenomachina.argparser.programName is used, if set.
The parseInto method can be used as an inline alternative to force.
Thanks @shanethehat!
Issue #24:
default can now accept a lambda, making it possible to defer computation of...