Clipp Versions Save

easy to use, powerful & expressive command line argument parsing for modern C++ / single header / usage & doc generation

v1.2.3

5 years ago

v1.2.2

5 years ago
  • fixed issue
  • README: added quick reference and fixed some typos

v1.2.1

5 years ago
  • fixed handling of empty args
  • added "with_suffix" and "with_suffix_short_long"
  • fixed typos in README and code comments

v1.2.0

5 years ago

Added usage line and documentation text formatting capabilities. Documentation text will now be wrapped according to the new formatting setting .last_column(int) which defaults to 100. Note that if you want the text to be wrapped according to the current terminal window width you need to use some other library to query terminal/window properties.

v1.1.0

6 years ago

introduced "greedy" parameters

tests pass with g++5, 6, 7 clang++3.8, 3.9, 4.0, 5.0 MSVC 14.11.25547 tests run cleanly through valgrind memcheck with g++ 5

v1.0.8

6 years ago