argparse/tests
2019-03-30 21:21:42 -04:00
..
.gitignore Updated .gitignore 2019-03-30 16:59:22 -04:00
catch.hpp Updated CMakeLists.txt - works with VS2017 and g++-8. Added catch testing 2019-03-30 10:17:10 -04:00
CMakeLists.txt Officially added first unit test with catch 2019-03-30 14:56:30 -04:00
main.cpp Implemented API and tests for programming implicit values in toggle arguments 2019-03-30 21:21:42 -04:00
test_add_argument.hpp More unit tests. Added overloaded parse_args method for testing purposes 2019-03-30 16:45:44 -04:00
test_implicit_values.hpp Implemented API and tests for programming implicit values in toggle arguments 2019-03-30 21:21:42 -04:00
test_parse_args.hpp Default value is now just an std::any instead of a lambda function 2019-03-30 19:42:05 -04:00
test_positional_arguments.hpp Implemented support for parsing both positional and optional arguments 2019-03-30 21:09:05 -04:00