Skip to content

Releases: muellan/clipp

v1.2.3

27 Apr 10:20
Compare
Choose a tag to compare

v1.2.2

07 Nov 15:28
Compare
Choose a tag to compare
  • fixed issue
  • README: added quick reference and fixed some typos

v1.2.1

20 Sep 09:34
Compare
Choose a tag to compare
  • fixed handling of empty args
  • added "with_suffix" and "with_suffix_short_long"
  • fixed typos in README and code comments

v1.2.0

27 Aug 12:58
Compare
Choose a tag to compare

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

26 Jan 21:14
Compare
Choose a tag to compare

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

07 Dec 14:57
Compare
Choose a tag to compare
fixed problem with last parameters in group blocking other parameters