parg

A header only c++ library for parsing command line arguments and generating usage/help output.


 CMakeLists.txt                   |  49 +--------------------
 README.md                        |  34 ++++++--------
 build.sh                         |  36 +--------------
 env.sh                           |   3 +-
 examples/advanced/CMakeLists.txt |  45 ++++++++++++++++++-
 examples/advanced/src/main.cc    | 100 ++++++++++++++++++++++++++++++++++++++++-
 examples/basic/CMakeLists.txt    |  45 ++++++++++++++++++-
 examples/basic/src/main.cc       |  83 +++++++++++++++++++++++++++++++++-
 install.sh                       |  26 +----------
 src/main.cc                      | 100 +----------------------------------------
 uninstall.sh                     |  28 +-----------
 11 files changed, 288 insertions(+), 261 deletions(-)
Back to Top