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
  • try.cpp
13 Feb, 2017
1 commit
  • Removing run, clean up App structure
    0f476207
    Henry Fredrick Schreiner authored
    2017-02-13 08:42:15 -0500  
    Browse File »

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 File »

06 Feb, 2017
2 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 File »
  • Separate files, plus way to combine
    a12a94c4
    Henry Fredrick Schreiner authored
    2017-02-06 09:54:41 -0500  
    Browse File »

04 Feb, 2017
2 commits
  • Nicer help printing
    915c6870
    Henry Fredrick Schreiner authored
    2017-02-04 10:31:51 -0500  
    Browse File »
  • Massive move to -a,--long,posit syntax
    200d0f27
    Henry Fredrick Schreiner authored
    2017-02-04 10:11:05 -0500  
    Browse File »

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 File »

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

26 Jan, 2017
1 commit
  • Adding better parser
    ce308129
    Henry Fredrick Schreiner authored
    2017-01-26 14:18:27 -0500  
    Browse Dir »

25 Jan, 2017
1 commit
  • Initial commit of CLI library. A few things working, but not much
    2db15139
    Henry Fredrick Schreiner authored
    2017-01-25 17:28:39 -0500  
    Browse Dir »