Logo white

Peter M. Groen / CLI11

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 1,166
  • Compare
  • Branches 1
  • Tags 0
  • CLI11
  • examples
11 Feb, 2017
1 commit
  • Adding example for group and documentation
    f4ba6922
    Henry Fredrick Schreiner authored
    2017-02-11 10:03:05 -0500  
    Browse Dir »

07 Feb, 2017
1 commit
  • Moved to storing unique_ptr of Options, better support for --help
    1bf66bc3
    Henry Fredrick Schreiner authored
    2017-02-07 14:00:03 -0500  
    Browse Dir »

06 Feb, 2017
3 commits
  • Dropping Make syntax, moving to pointers from combiners, structured errors. ...
    494a65f8
    This mostly is cleanup, with fewer alternative methods and more standard syntax, avoiding the use of the namespace all the time. Validators are simpler and are added through `->check()`.
    
    Defaults are automatic, and can be specified with a final arg to the options.
    
    Expected arguments and required arguments are now accessed through a pointer to option.
    
    Option now can be checked as a bool to see if the argument was passed.
    
    Errors have better organisation.
    Henry Fredrick Schreiner authored
    2017-02-06 20:52:12 -0500  
    Browse Dir »
  • Adding tools to build with python 3.6 directly
    ee567856
    Henry Fredrick Schreiner authored
    2017-02-06 11:51:06 -0500  
    Browse Dir »
  • Separate files, plus way to combine
    a12a94c4
    Henry Fredrick Schreiner authored
    2017-02-06 09:54:41 -0500  
    Browse Dir »

04 Feb, 2017
3 commits
  • Format cleanup, using standard fn
    34b92f68
    Henry Fredrick Schreiner authored
    2017-02-04 14:21:02 -0500  
    Browse Dir »
  • Nicer help printing
    915c6870
    Henry Fredrick Schreiner authored
    2017-02-04 10:31:51 -0500  
    Browse Dir »
  • Massive move to -a,--long,posit syntax
    200d0f27
    Henry Fredrick Schreiner authored
    2017-02-04 10:11:05 -0500  
    Browse Dir »

03 Feb, 2017
1 commit
  • Adding better help print, with default and value info, better spacing
    5af4d9c3
    Henry Fredrick Schreiner authored
    2017-02-03 14:58:16 -0500  
    Browse Dir »

30 Jan, 2017
2 commits
  • Adding more standard method for exiting
    5019f103
    Henry Fredrick Schreiner authored
    2017-01-30 13:16:14 -0500  
    Browse Dir »
  • Changing the exit method to a more reasonable system
    4067f55c
    Henry Fredrick Schreiner authored
    2017-01-30 13:02:55 -0500  
    Browse Dir »

26 Jan, 2017
1 commit
  • Adding cmake, tests
    d070f32e
    Henry Fredrick Schreiner authored
    2017-01-26 16:48:30 -0500  
    Browse Dir »