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