dbaelz / Konclik

Konclik: Kotlin/Native Command Line Interface Kit
Apache License 2.0
46 stars 4 forks source link

Drew/simple app runner #4

Closed DrewCarlson closed 5 years ago

DrewCarlson commented 5 years ago

Built on my other PR, this adds a simpler way to build and run Konclik apps. Ex.

fun main(args: Array<String>) = konclikApp(args) {
  // ...
}

I've also updated the example to use this new function.