mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-05 07:34:40 +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>
|