Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kotlin-argparser-2.0.4-sources.jar | 2018-01-18 | 19.7 kB | |
kotlin-argparser-2.0.4-javadoc.jar | 2018-01-18 | 76.6 kB | |
kotlin-argparser-2.0.4.jar | 2018-01-18 | 89.4 kB | |
2.0.4 source code.tar.gz | 2018-01-18 | 105.7 kB | |
2.0.4 source code.zip | 2018-01-18 | 120.3 kB | |
README.md | 2018-01-18 | 603 Bytes | |
Totals: 6 Items | 412.3 kB | 0 |
Added
-
If the
programName
passed tomainBody
is null, then the system propertycom.xenomachina.argparser.programName
is used, if set. -
The
parseInto
method can be used as an inline alternative toforce
. Thanks @shanethehat! -
Issue [#24]:
default
can now accept a lambda, making it possible to defer computation of defaults until actually required. Thanks @shanethehat!
Changed
-
All instances of
progName
have been renamed toprogramName
. -
The gradle wrapper has been updated. Thanks @ColinHebert!