Pranav Srinivas Kumar
|
7df41b6267
|
Added interesting edge case in compound argument parsing
|
2019-03-31 22:06:34 -04:00 |
|
Pranav Srinivas Kumar
|
ad4bb635a7
|
Update README.md
|
2019-03-31 22:05:29 -04:00 |
|
Pranav Srinivas Kumar
|
030676c2f1
|
Update README.md
|
2019-03-31 21:27:52 -04:00 |
|
Pranav Srinivas Kumar
|
70c2fcfdf1
|
First bit of error checking - Cleaned up parse_args methods - Added parse_args_validate() method that checks if all positional arguments have been provided or not and prints help
|
2019-03-31 21:25:50 -04:00 |
|
Pranav Srinivas Kumar
|
6a4c92726b
|
Removed get_arguments API from ArgumentParser. Improved print_help
|
2019-03-31 20:28:22 -04:00 |
|
Pranav Srinivas Kumar
|
96e9bc33b9
|
First pass implementation of print_help()
|
2019-03-31 20:00:18 -04:00 |
|
Pranav Srinivas Kumar
|
da1022c946
|
Update README.md
|
2019-03-31 18:15:15 -04:00 |
|
Pranav Srinivas Kumar
|
2d7d9e62eb
|
Added empty readme
|
2019-03-31 18:13:07 -04:00 |
|
Pranav Srinivas Kumar
|
6c598fcac0
|
Changed unit test to further test parser.get<std::list>()
|
2019-03-31 18:12:33 -04:00 |
|
Pranav Srinivas Kumar
|
87c42cd3ea
|
Update README.md
|
2019-03-31 18:08:37 -04:00 |
|
Pranav Srinivas Kumar
|
d0acbfdfb6
|
Update README.md
|
2019-03-31 18:02:47 -04:00 |
|
Pranav Srinivas Kumar
|
c9d0c0098e
|
Update README.md
|
2019-03-31 17:55:33 -04:00 |
|
Pranav Srinivas Kumar
|
e7b32d5a34
|
Update README.md
|
2019-03-31 17:54:40 -04:00 |
|
Pranav Srinivas Kumar
|
fd884c340c
|
Update README.md
|
2019-03-31 17:53:40 -04:00 |
|
Pranav Srinivas Kumar
|
ea5fdb49c8
|
Update README.md
|
2019-03-31 17:53:18 -04:00 |
|
Pranav Srinivas Kumar
|
9120c7ef2a
|
Update README.md
|
2019-03-31 17:51:08 -04:00 |
|
Pranav Srinivas Kumar
|
48c6365ef5
|
Update README.md
|
2019-03-31 17:35:34 -04:00 |
|
Pranav Srinivas Kumar
|
b3c83177e4
|
Update README.md
|
2019-03-31 17:33:39 -04:00 |
|
Pranav Srinivas Kumar
|
d5c6f7c8ef
|
Update README.md
|
2019-03-31 17:28:10 -04:00 |
|
Pranav Srinivas Kumar
|
0eea21ba94
|
Update README.md
|
2019-03-31 17:27:13 -04:00 |
|
Pranav Srinivas Kumar
|
a27fad3864
|
Update README.md
|
2019-03-31 17:25:40 -04:00 |
|
Pranav Srinivas Kumar
|
216530e330
|
Update README.md
|
2019-03-31 17:21:25 -04:00 |
|
Pranav Srinivas Kumar
|
cb69613899
|
Update README.md
|
2019-03-31 17:19:56 -04:00 |
|
Pranav Srinivas Kumar
|
1b9ab8cd13
|
Update README.md
|
2019-03-31 17:18:49 -04:00 |
|
Pranav Srinivas Kumar
|
132a73ae8e
|
Update README.md
|
2019-03-31 17:12:58 -04:00 |
|
Pranav Srinivas Kumar
|
058ab1d876
|
Update README.md
|
2019-03-31 17:04:11 -04:00 |
|
Pranav Srinivas Kumar
|
aeb4244581
|
Update README.md
|
2019-03-31 17:03:40 -04:00 |
|
Pranav Srinivas Kumar
|
8d5925f1ad
|
Merge branch 'master' of https://github.com/p-ranav/argparse
|
2019-03-31 16:59:53 -04:00 |
|
Pranav Srinivas Kumar
|
eb341685bf
|
Added test to square a number
|
2019-03-31 16:59:45 -04:00 |
|
Pranav Srinivas Kumar
|
921e5ca7f4
|
Update README.md
|
2019-03-31 16:58:18 -04:00 |
|
Pranav Srinivas Kumar
|
4dc61b679e
|
Update README.md
|
2019-03-31 16:28:49 -04:00 |
|
Pranav Srinivas Kumar
|
02f40c3721
|
Implemented Argument::operator== and Argument::operator!= with specializations for std::vector and std::list
|
2019-03-31 16:27:18 -04:00 |
|
Pranav Srinivas Kumar
|
28e084dfd8
|
Added an example that uses a reference catching in action lambda
|
2019-03-31 15:15:56 -04:00 |
|
Pranav Srinivas Kumar
|
953f7d9462
|
Renamed test filename
|
2019-03-31 15:05:47 -04:00 |
|
Pranav Srinivas Kumar
|
34c9ec8a97
|
Support for std::list in ArgumentParser
|
2019-03-31 14:48:58 -04:00 |
|
Pranav Srinivas Kumar
|
050309cd7c
|
Merge branch 'master' of https://github.com/p-ranav/argparse
|
2019-03-31 14:03:24 -04:00 |
|
Pranav Srinivas Kumar
|
855aced999
|
Overloaded operator[] to get argument pointer from parser
|
2019-03-31 14:03:14 -04:00 |
|
Pranav Srinivas Kumar
|
6425bed8ce
|
Update README.md
|
2019-03-31 13:08:17 -04:00 |
|
Pranav Srinivas Kumar
|
2d6fe42141
|
Update README.md
|
2019-03-31 13:06:55 -04:00 |
|
Pranav Srinivas Kumar
|
307181159e
|
Merge branch 'master' of https://github.com/p-ranav/argparse
|
2019-03-31 13:01:21 -04:00 |
|
Pranav Srinivas Kumar
|
463aded164
|
Cleaned up unit tests. Added test to implement choices inside .action(...)
|
2019-03-31 13:01:09 -04:00 |
|
Pranav Srinivas Kumar
|
bf4902bde4
|
Update README.md
|
2019-03-31 11:46:21 -04:00 |
|
Pranav Srinivas Kumar
|
0c71e3c6f2
|
Update README.md
|
2019-03-31 11:43:24 -04:00 |
|
Pranav Srinivas Kumar
|
9e1c0bbc2f
|
Update README.md
|
2019-03-31 11:15:05 -04:00 |
|
Pranav Srinivas Kumar
|
fa6109961b
|
Update README.md
|
2019-03-31 11:07:39 -04:00 |
|
Pranav Srinivas Kumar
|
a9b504665f
|
Added some complex unit tests including toggle arguments, compound arguments and positional arguments
|
2019-03-31 11:03:25 -04:00 |
|
Pranav Srinivas Kumar
|
b51ff01363
|
Update README.md
|
2019-03-31 10:50:04 -04:00 |
|
Pranav Srinivas Kumar
|
d27c0813cc
|
Update README.md
|
2019-03-31 10:39:25 -04:00 |
|
Pranav Srinivas Kumar
|
4245c1a850
|
Update README.md
|
2019-03-31 10:36:31 -04:00 |
|
Pranav Srinivas Kumar
|
07cad7ac9e
|
Added support for compound arguments, e.g., ./main -aux foo bar
|
2019-03-31 10:27:33 -04:00 |
|