Jared Petker
Jared Petker
Who knows if anyone here cares or not still, but seems like multivalue just works if you use a list... see here -> [multivalued test](https://github.com/kohsuke/args4j/blob/master/args4j/test/org/kohsuke/args4j/MultivaluedTest.java) for more info.
Perhaps a third argument to the reducer function for options, one of which can relay to take the action type as is. ``` typescript ('clear', s => []) ``` could...
Yea, indeed, my initial thought does not handle this at all (don't know what I was thinking looking back at it). I don't have a separate use case at the...