Ben Graham

Results 4 comments of Ben Graham

Can you tell me a bit more about your usage? I haven't been able to recreate the issue. 110+ character string wraps fine for me.

You are correct. I forgot my output was set to automatically wrap. I do believe the purpose of `help_string` is to be short and brief. However, @jarro2783 would you be...

I believe only the option descriptions are wrapped, not the `help_string` itself. I am happy to implement a similar wrapping method for `help_string`. Example: ``` cpp #include "cxxopts.hpp" #include std::string...

If so, I can't figure out how! As far as I can tell from `Options::help()` is that the description (`m_help_string`) is appended to the result without modification: https://github.com/jarro2783/cxxopts/blob/ad2d1a6b5fd3fbb7bb0e7bc11f28a427494aea45/include/cxxopts.hpp#L2660-L2661