Nat Pryce
Nat Pryce
Can you provide more information?
Will do. For now, you'll have to refer to the tests. https://github.com/npryce/konfig/blob/master/src/test/kotlin/com/natpryce/konfig/cli_tests.kt
Use the getOrElse or getOrNull methods to get optional properties On Wed, 30 Aug 2017 at 12:12, Stefan Liebig wrote: > I played with it a little bit and it...
No problem. The library does need better documentation! --Nat On Wed, 30 Aug 2017 at 13:53, Stefan Liebig wrote: > Sorry, my mistake. > I did not recognize that the...
I've not published Hamkrest as a multiplatform libary. Build file changes to do so are most welcome.
Work to make Hamkrest multiplatform is being done on the master branch.
There are now two branches, a jvm branch, which is the current mainline, and multiplatform where a multiplatform build is being explored. Kotlin multiplatform builds are still alpha, so this...
It's not implemented yet. In HamKrest, I'd call it `containsAll` to match `contains`. PRs are welcome.
more is defined by the POSIX standard, and less is not. It’s not practical to support non-standard environments. How about if the pager does not exist it falls back to...
For now, I've updated the installation instruction for Git for Windows