Hello,
I noticed that the caller of UnlabeledValueArg
is not executed in its processArg
function like it is with ValueArg
. I fixed this adding the line:
this->_checkWithVisitor();
before the return true
in the funcion processArg
of UnlabeledValueArg
Thanks for reading and for tclap!
Also happens in version 1.2.5
Fixed in [3feeb7b2499b37d9cb80890cadaf7c905a9a50c6] and [77561f5fab620e0857a04c240ae981f679449e15] respectively.
Thanks for reporting.
Related
Commit: [3feeb7]
Commit: [77561f]