Commit Graph

6 Commits

Author SHA1 Message Date
9fde2b8e1b
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.
2017-11-17 00:51:51 +01:00
0d5245b48b
Showing list of available commands in help message. 2017-10-14 02:13:47 +02:00
974c94fbb0
Unified version printing. 2017-10-14 02:13:46 +02:00
2be3f4256a
Refactored command base class for simplicity. 2017-10-14 02:13:46 +02:00
abdc4e31dc
Refactored printing help messages in commands. 2017-10-14 02:13:46 +02:00
63c4da8fad
Made option group parsing more uniform. 2017-10-14 02:13:46 +02:00