Peter M. Groen
/
CLI11
Toggle navigation
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
main
98cdc6eb094e777e0a126cf72307d0ea0681c95c
CLI11
include
CLI
App.hpp
22 Mar, 2017
1 commit
Adding output and tests for ini vectors and flags
98cdc6eb
Henry Fredrick Schreiner
authored
2017-03-22 16:07:38 -0400
Browse File »
17 Mar, 2017
6 commits
Changing ErrorCodes -> ExitCodes
a6621ff8
Henry Fredrick Schreiner
authored
2017-03-17 14:45:04 -0400
Browse File »
HorribleError for subcommand test
c50dd580
Henry Fredrick Schreiner
authored
2017-03-17 13:30:14 -0400
Browse File »
Adding more ini tests, fix extra print
ead1ff05
Henry Fredrick Schreiner
authored
2017-03-17 13:03:39 -0400
Browse File »
Fix test and use got_subcom properly
21f91597
Henry Fredrick Schreiner
authored
2017-03-17 12:11:06 -0400
Browse File »
Fix and add cov for subcom ini parser
a3522c1d
Henry Fredrick Schreiner
authored
2017-03-17 12:04:22 -0400
Browse File »
Scoped enum for errors
17564cec
Henry Fredrick Schreiner
authored
2017-03-17 11:34:10 -0400
Browse File »
15 Mar, 2017
2 commits
Throw error if subcommand does not exist, better test
dbe03bea
Henry Fredrick Schreiner
authored
2017-03-15 09:22:45 -0400
Browse File »
Adding corrected positional help
f6e771a2
Henry Fredrick Schreiner
authored
2017-03-15 09:11:32 -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 »
09 Mar, 2017
2 commits
Adding check for invalid positionals
cf4f6086
Henry Fredrick Schreiner
authored
2017-03-09 10:45:52 -0500
Browse File »
Fix unlimited positionals
af79da5d
Henry Fredrick Schreiner
authored
2017-03-09 09:41:57 -0500
Browse File »
08 Mar, 2017
2 commits
Adding forwarding version of hlpers
4af3faef
Henry Fredrick Schreiner
authored
2017-03-08 10:44:30 -0500
Browse File »
Adding test for horrible error
33f4c578
Henry Fredrick Schreiner
authored
2017-03-08 10:28:42 -0500
Browse File »
03 Mar, 2017
3 commits
Fixes for windows warnings
94d3ce0e
Henry Fredrick Schreiner
authored
2017-03-03 21:26:03 -0500
Browse File »
Ini support for flags
ee3f5a73
Henry Fredrick Schreiner
authored
2017-03-03 17:51:08 -0500
Browse File »
Adding subcommand vectors and subsections
37f17fc1
Henry Fredrick Schreiner
authored
2017-03-03 17:25:27 -0500
Browse File »
02 Mar, 2017
3 commits
Remove double vector parse
84add337
Henry Fredrick Schreiner
authored
2017-03-02 13:10:32 -0500
Browse File »
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 »
25 Feb, 2017
1 commit
Adding fixes from derilict C++14 branch
2c431f16
Henry Fredrick Schreiner
authored
2017-02-25 09:07:45 -0500
Browse File »
24 Feb, 2017
9 commits
Update App.hpp to remove a warning
afd7dce9
henryiii
authored
2017-02-24 18:33:37 -0500
Browse File »
Fixing a few warnings
904793ea
Henry Fredrick Schreiner
authored
2017-02-24 18:33:26 -0500
Browse File »
Adding string based method for requires/excludes
3f4c165e
Henry Fredrick Schreiner
authored
2017-02-24 16:59:53 -0500
Browse File »
Fix missing signature on set_callback
0ccd814a
Henry Fredrick Schreiner
authored
2017-02-24 16:19:33 -0500
Browse File »
Updated names in Option, too
a8f5b328
Henry Fredrick Schreiner
authored
2017-02-24 15:15:48 -0500
Browse File »
Nicer docs
c02130b7
Henry Fredrick Schreiner
authored
2017-02-24 14:53:42 -0500
Browse File »
Rename App members, originize help
1dfe8dce
Henry Fredrick Schreiner
authored
2017-02-24 14:29:26 -0500
Browse File »
Refactor name/desc
63bd1867
Henry Fredrick Schreiner
authored
2017-02-24 13:27:44 -0500
Browse File »
Adding a number to required_subcommand
ade78c58
Henry Fredrick Schreiner
authored
2017-02-24 12:54:37 -0500
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
7 commits
Throw errors for duplicate subcommand names, with ignore case too
e63898df
Henry Fredrick Schreiner
authored
2017-02-20 15:31:58 -0500
Browse File »
Fixes for Windows warnings
4b07ef52
Henry Fredrick Schreiner
authored
2017-02-20 14:14:11 -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 »
Adding (untested) ignore case abilities
196012a9
Henry Fredrick Schreiner
authored
2017-02-20 13:22:42 -0500
Browse File »
Adding subcom chaining (untested)
983529a3
Henry Fredrick Schreiner
authored
2017-02-20 12:08:21 -0500
Browse File »
Adding ability to “leave out” options (optional). Rename RequierdError to ExtrasError
fd313fca
Henry Fredrick Schreiner
authored
2017-02-20 11:18:51 -0500
Browse File »
19 Feb, 2017
1 commit
Fixes to enable windows compat
8725de67
Henry Fredrick Schreiner
authored
2017-02-19 15:08:09 -0500
Browse File »