jarro2783 / cxxopts

Lightweight C++ command line option parser
MIT License
4.25k stars 590 forks source link

Format custom help message with configured column width #413

Open amirsojoodi opened 12 months ago

amirsojoodi commented 12 months ago

Wrap the custom help message according to the column width.


This change is Reviewable

jarro2783 commented 11 months ago

Can you write a unit test for this?