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
  • tests
  • SubcommandTest.cpp
09 Apr, 2018
1 commit
  • Adding tests for old behavior
    03039295
    Henry Fredrick Schreiner authored
    2018-04-09 13:55:53 +0200  
    Browse File »

12 Dec, 2017
1 commit
  • Adding get_parent()
    67cd2e63
    Henry Fredrick Schreiner authored
    2017-12-12 15:19:32 -0600  
    Browse File »

22 Nov, 2017
3 commits
  • Make unlimited arguments less grabby
    e2e88b78
    Henry Fredrick Schreiner authored
    2017-11-22 14:13:28 -0500  
    Browse File »
  • Using -N for up-to N
    bcbd8c86
    Henry Fredrick Schreiner authored
    2017-11-22 14:13:28 -0500  
    Browse File »
  • Adding refactor of min/max for subcommand
    65493d64
    Henry Fredrick Schreiner authored
    2017-11-22 14:13:28 -0500  
    Browse File »

21 Nov, 2017
3 commits
  • Subcommand parse order corrected and preserved
    9acaeebd
    Henry Fredrick Schreiner authored
    2017-11-21 14:42:33 -0500  
    Browse File »
  • Fix spacing
    512b3604
    Henry Fredrick Schreiner authored
    2017-11-21 14:42:33 -0500  
    Browse File »
  • Fix ExtrasError.
    51c32efb
    Marcus Brinkmann authored
    2017-11-21 14:42:33 -0500  
    Browse File »

20 Nov, 2017
2 commits
  • Support runtime errors.
    852929f0
    Marcus Brinkmann authored
    2017-11-20 12:31:14 -0500  
    Browse File »
  • Support groups for subcommands.
    642a6703
    Marcus Brinkmann authored
    2017-11-20 11:39:51 -0500  
    Browse File »

19 Nov, 2017
5 commits
  • Adding some info to docs
    1b026822
    Henry Fredrick Schreiner authored
    2017-11-19 15:19:20 -0500  
    Browse File »
  • Adding more tests
    89c57961
    Henry Fredrick Schreiner authored
    2017-11-19 15:19:20 -0500  
    Browse File »
  • Dropping missing(), now implemented correctly
    59b6de25
    Henry Fredrick Schreiner authored
    2017-11-19 15:19:20 -0500  
    Browse File »
  • Move to using remaining, drop return from parse
    cb7c3ff8
    Henry Fredrick Schreiner authored
    2017-11-19 15:19:20 -0500  
    Browse File »
  • Adding remaining, only works on master app for now
    fc35014d
    Henry Fredrick Schreiner authored
    2017-11-19 15:19:20 -0500  
    Browse File »

01 Sep, 2017
1 commit
  • Travis improvements and updates (#28) ...
    54114d09
    * Adding check for style
    
    * Adding reformats
    
    * Fix syntax error in travis
    
    * Support clang-format 3.9
    
    * Adding clang-tidy check
    Henry Schreiner authored
    2017-09-01 16:51:09 -0400  
    Browse File »

23 Aug, 2017
2 commits
  • Convincing myself that the errors are correct
    4dcab42b
    Henry Fredrick Schreiner authored
    2017-08-23 09:59:55 -0700  
    Browse File »
  • Fixing the foo foo problem
    de56a9c8
    Henry Fredrick Schreiner authored
    2017-08-23 09:41:45 -0700  
    Browse File »

22 Aug, 2017
1 commit
  • Adding fix for #23; throws ExtraError instead of RequiredError?...
    b480e2f1
    Henry Fredrick Schreiner authored
    2017-08-22 22:35:37 -0700  
    Browse File »

02 Jun, 2017
1 commit
  • Prefix program support
    635eb65a
    Henry Fredrick Schreiner authored
    2017-06-02 12:34:25 -0400  
    Browse File »

31 May, 2017
1 commit
  • Reformat with clang-format
    27f71812
    Henry Fredrick Schreiner authored
    2017-05-31 12:03:05 -0400  
    Browse File »

23 Apr, 2017
4 commits
  • Adding one final check for 100% coverage again
    c8206bf4
    Henry Fredrick Schreiner authored
    2017-04-23 14:40:22 -0400  
    Browse File »
  • Adding ->parsed
    de432f62
    Henry Fredrick Schreiner authored
    2017-04-23 14:20:23 -0400  
    Browse File »
  • Adding one more test
    cd98e70c
    Henry Fredrick Schreiner authored
    2017-04-23 14:06:58 -0400  
    Browse File »
  • Adding bool check for parsed subcommand
    c289d941
    Henry Fredrick Schreiner authored
    2017-04-23 13:38:38 -0400  
    Browse File »

27 Mar, 2017
1 commit
  • Adding warnings and fixes, CLI11 target, support for VIM Syntastic
    ee9219e0
    Henry Fredrick Schreiner authored
    2017-03-27 13:53:57 -0400  
    Browse File »

17 Mar, 2017
3 commits
  • Adding a few fallthrough tests
    50ef3110
    Henry Fredrick Schreiner authored
    2017-03-17 13:27:08 -0400  
    Browse File »
  • Fix test and use got_subcom properly
    21f91597
    Henry Fredrick Schreiner authored
    2017-03-17 12:11:06 -0400  
    Browse File »
  • Adding test for got_subcom
    c5582fe1
    Henry Fredrick Schreiner authored
    2017-03-17 12:08:20 -0400  
    Browse File »

15 Mar, 2017
1 commit
  • Throw error if subcommand does not exist, better test
    dbe03bea
    Henry Fredrick Schreiner authored
    2017-03-15 09:22:45 -0400  
    Browse File »

08 Mar, 2017
2 commits
  • Adding callback success
    87185a18
    Henry Fredrick Schreiner authored
    2017-03-08 10:49:51 -0500  
    Browse File »
  • Added OptionNotFound, correct throw on failed run
    3e8502bf
    Henry Fredrick Schreiner authored
    2017-03-08 09:50:15 -0500  
    Browse File »

03 Mar, 2017
1 commit
  • A few more warning fixes, this time only in tests
    0a6863d5
    Henry Fredrick Schreiner authored
    2017-03-03 21:47:20 -0500  
    Browse File »

02 Mar, 2017
2 commits
  • Info and examples
    e870e264
    Henry Fredrick Schreiner authored
    2017-03-02 12:38:45 -0500  
    Browse File »
  • Fallback support added, better structure
    9d697b85
    Henry Fredrick Schreiner authored
    2017-03-02 12:02:44 -0500  
    Browse File »

01 Mar, 2017
1 commit
  • Broken tests only because adding new desired behavior
    7856de43
    Henry Fredrick Schreiner authored
    2017-03-01 16:01:29 -0500  
    Browse File »

24 Feb, 2017
1 commit
  • Adding a number to required_subcommand
    ade78c58
    Henry Fredrick Schreiner authored
    2017-02-24 12:54:37 -0500  
    Browse File »

20 Feb, 2017
3 commits
  • Eliminating all warnings (Windows)
    40431de9
    Henry Fredrick Schreiner authored
    2017-02-20 14:18:04 -0500  
    Browse File »
  • Tests, fix extra options after subcommand going to parent
    cfc389d4
    Henry Fredrick Schreiner authored
    2017-02-20 13:51:33 -0500  
    Browse File »
  • Adding case check for subcommand (simple)
    4fca03d0
    Henry Fredrick Schreiner authored
    2017-02-20 13:23:05 -0500  
    Browse File »