Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kotlin-argparser-2.0.7-javadoc.jar | 2018-05-09 | 77.1 kB | |
kotlin-argparser-2.0.7-javadoc.jar.asc | 2018-05-09 | 821 Bytes | |
kotlin-argparser-2.0.7-sources.jar | 2018-05-09 | 19.7 kB | |
kotlin-argparser-2.0.7-sources.jar.asc | 2018-05-09 | 821 Bytes | |
kotlin-argparser-2.0.7.jar | 2018-05-09 | 89.6 kB | |
kotlin-argparser-2.0.7.jar.asc | 2018-05-09 | 821 Bytes | |
2.0.7 source code.tar.gz | 2018-05-09 | 141.0 kB | |
2.0.7 source code.zip | 2018-05-09 | 155.2 kB | |
README.md | 2018-05-09 | 383 Bytes | |
Totals: 9 Items | 485.6 kB | 0 |
Fixed
-
Issue [#54] Allow the dot character in options and arguments. Thanks @tgockel!
-
Issue [#47] If an option looks at the value of another option it can see the current value. If no value has been set a
MissingValueException
is thrown.