patrick
/
plasp
Archived
1
0
Fork 0
This repository has been archived on 2023-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
plasp/app/include/plasp-app
Patrick Lühne 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
..
commands Made translator descriptions more concise. 2017-11-16 18:11:38 +01:00
Command.h Updated cxxopts to 2.0.0. 2017-11-17 00:51:51 +01:00
CommandType.h Implemented “check-syntax” command. 2017-10-14 02:13:47 +02:00
OptionGroups.h Updated cxxopts to 2.0.0. 2017-11-17 00:51:51 +01:00
Utils.h Made option group parsing more uniform. 2017-10-14 02:13:46 +02:00
Version.h Outsourced parsing of common options in plasp app. 2017-10-14 02:13:45 +02:00