kscript icon indicating copy to clipboard operation
kscript copied to clipboard

Consider to use kotlin-argparser instead of docopt

Open holgerbrandl opened this issue 5 years ago • 3 comments

This would give more flexibility to evolve the CLI. See https://github.com/xenomachina/kotlin-argparser

holgerbrandl avatar Jul 12 '18 12:07 holgerbrandl

sounds like a good idea!

oshai avatar Jul 15 '18 09:07 oshai

You might want to take a look at Clikt as well: https://github.com/ajalt/clikt, https://ajalt.github.io/clikt/whyclikt.html

seanabraham avatar Aug 08 '18 00:08 seanabraham

I have not used kotlin-argparser but I have had good experience with picocli in the JVM world.

hanslovsky avatar Jun 30 '19 21:06 hanslovsky

In soon-to-be-released version 4.2, DocOpt is replaced with the Apache CLI options library. Because of that, we can close this ticket.

aartiPl avatar Dec 09 '22 22:12 aartiPl