clikt
clikt copied to clipboard
Multiplatform command line interface parsing for Kotlin
Hey @ajalt! Thanks for this awesome library. Yesterday, I gave a presentation about using Kotlin, CliKt and GraalVM to create a platform native binary. If you'd like, you could add...
Is there a possiblity to format the help message with your own paragraphs and font styles like bold or italic ? I'd like to add examples to my cli and...
Hello. I'm trying to use Clikt with [jline](https://github.com/jline/jline3). I was already using Clikt in a REPL to minimize startup time. I'm encoutering a few issues. In order to build the...
Consider that I want to wrap some text to a fixed number of characters regardless of any other mechanisms to determine the width. Currently, I have to implement my own...
I think there is a design issue in Clikt, It tries todo too much. Ideally I just want to have an argument parser, and use that where-ever its needed. (Command...
`path()` and `file()` appear to only be available in JVM, but this isn't mentioned in the docs: https://ajalt.github.io/clikt/advanced/#multiplatform-support
Is it possible to validate the command's input arguments without having to execute it? What I want: ``` assertFailsWith { MyCommand().parse(listOf("...")) } ``` ...but without necessarily executing the command, which...
I am exploring options for command line interfaces for Kotlin, and found this library. One of my needs is an export to unix man pages or AsciiDoc files. --- [picocli](https://picocli.info/#_generate_man_page_documentation)...
This adds support for all known Apple platforms, and depends on https://github.com/ajalt/mordant/pull/120
arm64
Hello, can you add linuxArm64 and androidNativeArm64 support?