Updated cxxopts to 2.0.0.

Starting from version 2.0.0, cxxopts returns a ParseResult object
instead of storing the results directly within the Options structure.
Additionally, Booleans are handled slightly differently.

These two changes required some minor adjustment of the command-line
argument parsing code.
This commit is contained in:
2017-11-17 00:51:51 +01:00
parent c283adc42a
commit 9fde2b8e1b
4 changed files with 18 additions and 18 deletions