Pyeroh's Dev Concept
Pyeroh's Dev Concept
It solves #77 and #39, by updating to Java 8 and using defender methods. It also removes unnecessary libs : you uses maven, and defines dependencies. Why maintaining dependencies in...
Is it okay for you to review a PR from master to master ? Do you prefer another branch to be PR'd to master ?
With v0.1.0, strings outputed are encoded in UTF-8 ([AnsiOutput l.31](https://github.com/kotlin-inquirer/kotlin-inquirer/blob/master/src/main/kotlin/com/github/kinquirer/core/AnsiOutput.kt#L31)), but on Windows, it results in badly encoded characters. On Linux however it works as intended. Maybe strings should be...
When I create a CliktCommand with `printHelpOnEmptyArgs` set to `true`, with an option, if I launch my program without any option but with environment variables, they are not considered by...