mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 15:14:39 +00:00
7 lines
210 B
C++
7 lines
210 B
C++
#define CATCH_CONFIG_MAIN
|
|
#include <iostream>
|
|
#include <argparse.hpp>
|
|
#include <test_add_argument.hpp>
|
|
#include <test_parse_args.hpp>
|
|
#include <test_positional_arguments.hpp>
|
|
#include <test_implicit_values.hpp> |