catchorg/Clara

Opts can't accept variadic arguments

capnspacehook opened this issue · 0 comments

I know that the Arg class is meant to take variadic arguments, but why can't the Opt class take variadic arguments as well? I would like to take multiple arguments for 2 different options, but the Opt class doesn't accept vectors. Is there any reason this couldn't be changed, or is there some implementation obstacle that prevents Opts from taking vectors?