You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The formatter object can be subclassed to do all sorts of things. See #1145 for some discussion on this. There is a formatter.cpp example as well that does this.
Uh oh!
There was an error while loading. Please reload this page.
i was using
CLI11::detail::format_help()
function to make help footer like this:by write a simply helper function:
with calling like:
while
detail::format_help()
is removed in the v2.5.0, is there any helper to do this formatting?The text was updated successfully, but these errors were encountered: