Kotlin/kotlinx-cli

Any way to have repeating sub commands?

Opened this issue · 0 comments

BoD commented

I would need something like:

./myapp --add --first-name John --last-name Smith --add --first-name Jane --last-name Doe

So add is a repeating sub command.

It looks like it's not possible right now, but I'm not 100% sure. Any way to do this?