-
Now use type_name and type_size instead of set_custom_option.
-
* Adding const & access to sets * Adding set reference option * One missing line in coverage
-
Removing OptionFormatter Rename files Rename to just Formatter Remove OptionFormatMode (just needs a bool) Renaming option functions on formatter
-
in progress: formatters Getting closer Working on apps One test actually runs All builds, added filter functions Reverting a few behavours as needed Repairs All tests pass Fixing error with adding help flag Labels are simpler mappings, normalized setters Adding help_all Adding a few more tests One more line tested Adding one more check Adding to readme Simplify naming Adding default constructors Fixing spacing issues with subcommand all printout Adding a couple of tests
-
* Adding nicer header with LICENSE to single file version * Adding badges * Clean up sh files * Adding explicit in a few places * More fixes from codacy
-
* Added missing virtual App::~App() * fixed destructor style
-
* Split signed/unsigned parsing, add check if input is fully consumed, improve tests * Fix complex numbers parsing * Add check if input is fully consumed for double lexical_cast, improve tests * Add non-num non-string lexical_cast for parsable types, add tests * Style fixes from check-style * Some small fixes for corner case tests
-
* Support for unused (un-defined) extras in ini-files. * Fixed extra options in INI files to be closer to that of extra CLI arguments. * Fixed formatting. * Minor formatting fix. * Fixing style * Fixed INHERITABLE and other minor things.
-
…ructor to avoid double printing. The string "is required" is already added internally by RequiredError() class.