Argparser for C++

April 19, 2022

This project is an argument parser for C++ language (a feature I always missed). I have based some of it functionality on python's argparse - that's why the name. Similarly It will parse the type automatically and will produce appropriate help information. I am planning on expanding it further - first step is to write a tests for it.