parg

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


 .gitignore         |   0
 CMakeLists.txt     |  48 +++++-
 LICENSE            |  21 ++-
 README.md          |  10 +-
 build.sh           |  36 ++++-
 env.sh             |   3 +-
 src/main.cc        | 100 ++++++++++-
 src/parg.hh        | 525 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/term.hh        |  36 ++++-
 src/widthstream.hh | 131 +++++++++++++-
 10 files changed, 910 insertions(+)
Back to Top