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
  • HelpTest.cpp
04 Apr, 2018
1 commit
  • Dropping CLI_ in favor of CLI11_ everywhere
    d2d4f07f
    Henry Fredrick Schreiner authored
    2018-04-04 18:29:32 +0200  
    Browse File »

26 Mar, 2018
1 commit
  • Fix #64 by auto-adding symmetric excludes
    268c26ad
    Henry Fredrick Schreiner authored
    2018-03-26 10:56:08 +0200  
    Browse File »

08 Mar, 2018
1 commit
  • Rename requires to needs (#82) ...
    51861584
    * Adding fix for #75, rename requires to needs
    
    * Removing check for install commands (should still be run in subproject)
    Henry Schreiner authored
    2018-03-08 11:48:40 +0100  
    Browse File »

26 Nov, 2017
1 commit
  • Moved more string processing to Error
    3e651e3b
    Henry Fredrick Schreiner authored
    2017-11-26 15:11:48 -0500  
    Browse File »

22 Nov, 2017
5 commits
  • Dropping name from simple print, better seperation for Errors ...
    a958ffec
    Some error codes are renamed
    Henry Fredrick Schreiner authored
    2017-11-22 22:41:14 -0500  
    Browse File »
  • Dropping ERROR in simple printout
    b45917e3
    Henry Fredrick Schreiner authored
    2017-11-22 16:55:48 -0500  
    Browse File »
  • Minor typo fixes in README ...
    87425617
    [skip ci]
    Henry Fredrick Schreiner authored
    2017-11-22 15:21:48 -0500  
    Browse File »
  • Adding and fixing a test for single name
    851f8dc8
    Henry Fredrick Schreiner authored
    2017-11-22 14:33:55 -0500  
    Browse File »
  • Adding tests for help print
    3cf5156b
    Henry Fredrick Schreiner authored
    2017-11-22 13:45:18 -0500  
    Browse File »

20 Nov, 2017
7 commits
  • Increasing test coverage
    2d8d659a
    Henry Fredrick Schreiner authored
    2017-11-20 18:07:13 -0500  
    Browse File »
  • Dropping hidden keyword, just use empty string
    92a3cacd
    Henry Fredrick Schreiner authored
    2017-11-20 18:07:13 -0500  
    Browse File »
  • Refactoring default for options
    9b586786
    Henry Fredrick Schreiner authored
    2017-11-20 18:07:13 -0500  
    Browse File »
  • set_help_flag now can replace a flag if needed, or remove it
    f7e10d02
    Henry Fredrick Schreiner authored
    2017-11-20 11:39:11 -0500  
    Browse File »
  • Deregister help if added previously
    1c5c8391
    Henry Fredrick Schreiner authored
    2017-11-20 11:39:11 -0500  
    Browse File »
  • Allow to customize help flag.
    077ba404
    Marcus Brinkmann authored
    2017-11-20 11:39:11 -0500  
    Browse File »
  • Allow to set a footer in the description
    ce007eb5
    Marcus Brinkmann authored
    2017-11-20 10:11:23 -0500  
    Browse File »

01 Sep, 2017
1 commit
  • set_default_str and set_default_val update (#27) ...
    93311928
    * set_default_str and set_default_val update
    
    * Fixes for style checking
    Henry Schreiner authored
    2017-09-01 23:23:31 -0400  
    Browse File »

05 Jun, 2017
1 commit
  • Futher improvement for #12, can change type str
    e3423bb5
    Henry Fredrick Schreiner authored
    2017-06-05 08:58:01 -0400  
    Browse File »

31 May, 2017
2 commits
  • Reformat with clang-format
    27f71812
    Henry Fredrick Schreiner authored
    2017-05-31 12:03:05 -0400  
    Browse File »
  • Adding tidy cleanups (modernize)
    101c926d
    Henry Fredrick Schreiner authored
    2017-05-31 07:38:22 -0400  
    Browse File »

27 Apr, 2017
1 commit
  • Fixing error code in test
    4755164f
    Henry Fredrick Schreiner authored
    2017-04-27 16:53:11 -0400  
    Browse File »

23 Apr, 2017
1 commit
  • Fixes for compiler warnings with max warnings on Xcode
    239d3b1c
    Henry Fredrick Schreiner authored
    2017-04-23 13:57:01 -0400  
    Browse File »

17 Mar, 2017
3 commits
  • Changing ErrorCodes -> ExitCodes
    a6621ff8
    Henry Fredrick Schreiner authored
    2017-03-17 14:45:04 -0400  
    Browse File »
  • Test for exit
    b6f82d63
    Henry Fredrick Schreiner authored
    2017-03-17 14:43:32 -0400  
    Browse File »
  • More tests
    051841f2
    Henry Fredrick Schreiner authored
    2017-03-17 14:01:22 -0400  
    Browse File »

16 Mar, 2017
1 commit
  • Help for subcom
    e49cc11f
    Henry Fredrick Schreiner authored
    2017-03-16 22:16:03 -0400  
    Browse File »

15 Mar, 2017
3 commits
  • Help for defaulted vector
    c5cdace0
    Henry Fredrick Schreiner authored
    2017-03-15 09:15:29 -0400  
    Browse File »
  • Adding corrected positional help
    f6e771a2
    Henry Fredrick Schreiner authored
    2017-03-15 09:11:32 -0400  
    Browse File »
  • Adding test and better positional help output
    6d445ff0
    Henry Fredrick Schreiner authored
    2017-03-15 08:54:31 -0400  
    Browse File »

14 Mar, 2017
1 commit
  • Adding a few more help tests
    6e8d7dc2
    Henry Fredrick Schreiner authored
    2017-03-14 09:50:18 -0400  
    Browse File »

21 Feb, 2017
1 commit
  • Adding hidden options
    b59a16cc
    Henry Fredrick Schreiner authored
    2017-02-21 08:44:09 -0500  
    Browse File »

20 Feb, 2017
2 commits
  • Adding testing for required subcommands
    537aa3aa
    Henry Fredrick Schreiner authored
    2017-02-20 09:29:20 -0500  
    Browse File »
  • Fixing test check for TEXT
    b2e8bd9b
    Henry Fredrick Schreiner authored
    2017-02-20 08:44:21 -0500  
    Browse File »

12 Feb, 2017
2 commits
  • Updates to changelog
    767ec29f
    Henry Fredrick Schreiner authored
    2017-02-12 18:09:33 -0500  
    Browse File »
  • Added help print and test for requires, envname, and excludes
    f4d8fd03
    Henry Fredrick Schreiner authored
    2017-02-12 18:01:33 -0500  
    Browse File »

11 Feb, 2017
1 commit
  • Adding help testing, option groups
    b774c57d
    Henry Fredrick Schreiner authored
    2017-02-11 09:38:35 -0500  
    Browse File »