jarro2783 / cxxopts

Lightweight C++ command line option parser
MIT License
4.22k stars 591 forks source link

Format custom help message with configured column width #413

Open amirsojoodi opened 11 months ago

amirsojoodi commented 11 months ago

Wrap the custom help message according to the column width.


This change is Reviewable

jarro2783 commented 10 months ago

Can you write a unit test for this?