clipp

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

MIT License

Stars
1.2K

Bot releases are hidden (Show)

clipp - v1.2.3 Latest Release

Published by muellan over 5 years ago

clipp - v1.2.2

Published by muellan almost 6 years ago

  • fixed issue
  • README: added quick reference and fixed some typos
clipp - v1.2.1

Published by muellan about 6 years ago

  • fixed handling of empty args
  • added "with_suffix" and "with_suffix_short_long"
  • fixed typos in README and code comments
clipp - v1.2.0

Published by muellan about 6 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.

clipp - v1.1.0

Published by muellan over 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

clipp - v1.0.8

Published by muellan almost 7 years ago