mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 22:54:39 +00:00
6 lines
134 B
C++
6 lines
134 B
C++
#define CATCH_CONFIG_MAIN
|
|
#include <iostream>
|
|
#include <argparse.hpp>
|
|
#include <test_add_argument.hpp>
|
|
#include <test_parse_args.hpp>
|