parg

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


 CMakeLists.txt         |   1 +-
 README.md              | 153 ++++++++++++++-
 include/parg.hh        | 525 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 include/term.hh        |  36 +++-
 include/widthstream.hh | 131 ++++++++++++-
 src/parg.hh            | 525 +--------------------------------------------------
 src/term.hh            |  36 +---
 src/widthstream.hh     | 131 +------------
 8 files changed, 838 insertions(+), 700 deletions(-)
Back to Top