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
⚠️Breaking: retire the PROGRAMOPTIONS_SILENT macro and instead offer the member functions .silent(), .is_silent(), .verbose(...), .is_verbose() (57dd5fe)
⚠️Breaking: replace the PROGRAMOPTIONS_NO_EXCEPTIONS macro by PROGRAMOPTIONS_EXCEPTIONS; instead of opting-out of exception-based precondition checking, you now have to opt-in (cdc6b11)
⚠️Breaking: move the file ProgramOptions.hxx to the include directory (e82a49b)
Add .bind to bind an option to a variable (5bcf23a)
Preserve the order in which the options have been defined in the help screen (cd56dbd)
Add print_data function to print the parsed data inside the parser in a human readable format (f59c107)
Add print_help function as a more expressive alternative to operator<< (6f51cc1)
Make .bind_container work with more containers (9ef95e9)