kotlinx-cli icon indicating copy to clipboard operation
kotlinx-cli copied to clipboard

Any way to have repeating sub commands?

Open BoD opened this issue 3 years ago • 0 comments

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?

BoD avatar Feb 19 '22 18:02 BoD