Andrew Maclean

Results 1 issues of Andrew Maclean

If you compile and run this attached code [positional.zip](https://github.com/jarro2783/cxxopts/files/5115461/positional.zip) I get these results: ``` bash ./positional --angle=-2 --dp=-9 ``` work as expected, yielding: ``` bash Before parsing: (degrees: true, angle:...