mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-09-02 02:58:27 +02:00
Fixes #96. Default values of options not specified on the command line had a `count` of 1. It would be better if they had a count of 0 because they were not actually specified, so that count is only for options given by the user.