jarro2783
jarro2783
Sorry I don't remember. I will try to do that soon. I think by the date this was for v2. If it's fixed in v3 is that good enough for...
This works correctly now, and there is a note at the top of the README about unmatched arguments. I have just added it to the example file as well. I...
That should be pretty straight forward. I can't see why that can't be a valid character.
Thanks for the detailed report. I have been thinking about removing those global variables and putting them inside the class. That way I can also remove the #define for the...
I'm not sure what to do about this one, especially given that the other compilers don't complain. I'll have a look in the standard to see what it says about...
You've written `-o false`. Did you mean `-p false`? I'm not sure if that works. I'll have a look and get back to you.
That wouldn't be possible at the moment. Treating `0` as false wouldn't be difficult, I can do that.
Actually multiple arguments might work, just not with `--no-*` or `--disable-*` at the moment. But since the arguments are parsed in order, I think the last one will be the...
The last value of an option is the one used, so an option can be provided multiple times the same way as other option parsers handle. It is difficult to...
What sort of information would you like printed that would be different from what `help` prints?