• * Added posibility to modify option description: Option::description(const std::string&).
    Related: https://github.com/CLIUtils/CLI11/issues/193
    
    * Return Option* from Option::description(...).
    Format-fix to make clang-format happy.
    
    * Fixing format
    
    * Added posibility to modify app description: App::description(const std::string&).
    
    * Fixing Style
    
    * Update readme and changelog
    Fred Helmesjö authored
     
    Browse Dir »







  • * add ignore_underscore test cases and options to app
    
    * add ignore_underscore for add_sets and some more tests for the sets and subcommands
    
    * add some documentation lines and some failing tests
    
    * update readme with ignore_underscore option
    
    * remove failing tests from known issue
    
    * remove empty line for code coverage
    Philip Top authored
     
    Browse Dir »

  • * Adding new parse layout
    
    * Dropping shortcurcuit from help, since it has special override
    
    * Refactor help call
    
    * Dropping shortcurcuit since it is not needed now that help has custom behavoir
    
    * Dropping MaxSubcommand error (cannot occur)
    Henry Schreiner authored
     
    Browse Dir »