argparse-cpp is yet another command-line argument parser implemented in C++17.
- CMake >= 3.25
- GCC / Clang
- GTest
git clone https://github.com/rhanqtl/argparse-cpp.git
$ mkdir build
$ cd build
$ cmake ..
$ ninja # or whatever you like
// TODO
argparse-cpp is yet another command-line argument parser implemented in C++17.
git clone https://github.com/rhanqtl/argparse-cpp.git
$ mkdir build
$ cd build
$ cmake ..
$ ninja # or whatever you like
// TODO