Open BoD opened 2 years ago
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.
add
It looks like it's not possible right now, but I'm not 100% sure. Any way to do this?
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?