Commit Graph

50 Commits (73421a5902860f87e930fe46628d9ea1aa4581d0)

Author SHA1 Message Date
Daniel Kolesa 73421a5902 add argparse examples 2017-05-26 22:00:51 +02:00
Daniel Kolesa 661b7b94cc reset optionals/positionals on new parse 2017-05-26 21:29:03 +02:00
Daniel Kolesa ad5429369b documentation for argparser 2017-05-26 21:20:53 +02:00
Daniel Kolesa 13736045d7 support for custom prefix characters 2017-05-26 18:10:04 +02:00
Daniel Kolesa 3dabe00469 remove the for_each_impl nonsense 2017-05-26 17:56:56 +02:00
Daniel Kolesa ecf00c4e00 remove useless arguments 2017-05-26 17:49:06 +02:00
Daniel Kolesa 84d60bd90e DRY 2017-05-26 01:04:51 +02:00
Daniel Kolesa aec6f4c172 display positional args first in groups in help listing 2017-05-26 00:54:44 +02:00
Daniel Kolesa 57e81555e9 get rid of iter() on desc container 2017-05-26 00:46:38 +02:00
Daniel Kolesa 4a1a064316 allow not iterating groups in for_each 2017-05-26 00:41:02 +02:00
Daniel Kolesa 1b7d01aad2 more cleanups 2017-05-25 19:28:12 +02:00
Daniel Kolesa 01679ed9be derive arg_group from arg_description_container 2017-05-25 19:25:06 +02:00
Daniel Kolesa 8391b03b37 support for positional and mutually exclusive args in groups 2017-05-25 19:17:42 +02:00
Daniel Kolesa 32197f600c remove iter() in groups 2017-05-25 19:01:52 +02:00
Daniel Kolesa 3b9a1b3384 add for_each on each type that will recursively iterate into groups 2017-05-25 18:44:33 +02:00
Daniel Kolesa c704813423 help fix 2017-05-24 22:10:20 +02:00
Daniel Kolesa 0e9deab322 initial support for mutually exclusive argument groups 2017-05-23 18:07:34 +02:00
Daniel Kolesa b0fa895a49 better handling of arg_value::REST 2017-05-22 18:32:18 +02:00
Daniel Kolesa d8aee86526 use positional arg to specify build target 2017-05-21 19:35:32 +02:00
Daniel Kolesa f3e367aff8 implement mandatory positional arguments 2017-05-21 19:10:14 +02:00
Daniel Kolesa 15d057b226 help printing for optional argument groups 2017-05-21 16:04:40 +02:00
Daniel Kolesa bf72ba0542 initial support for optional argument groups 2017-05-21 15:52:53 +02:00
Daniel Kolesa 42edcf1e94 more flexible arg finding mechanism 2017-05-21 15:40:52 +02:00
Daniel Kolesa 61fcdd4144 find_arg cleanup 2017-05-21 15:08:23 +02:00
Daniel Kolesa d1fbf02c42 add positional arg parsing 2017-05-21 02:55:25 +02:00
Daniel Kolesa 94605330fc support for several values passed to optional args 2017-05-20 16:32:50 +02:00
Daniel Kolesa 708aee4c44 do not return out of cb 2017-05-20 01:39:54 +02:00
Daniel Kolesa a84c1e5d84 add option to use posixly correct argument ordering 2017-05-20 01:38:04 +02:00
Daniel Kolesa bff30e3eb2 better handling of optional values for optional args 2017-05-20 01:32:53 +02:00
Daniel Kolesa e09caf37c8 simplify argparsing logic a bit 2017-05-20 01:22:19 +02:00
Daniel Kolesa 7fee6b7b05 add arg_store_format 2017-05-19 01:38:34 +02:00
Daniel Kolesa f35ebe6122 add argument usage limit feature 2017-05-18 03:54:27 +02:00
Daniel Kolesa 117a34b855 make sure the value requirement is always correct for optionals 2017-05-18 03:45:41 +02:00
Daniel Kolesa c8a22ab3a0 more helpful help formatting 2017-05-17 20:56:01 +02:00
Daniel Kolesa 4ac173901a remove unnecessary friend decls in argparse 2017-05-17 20:07:25 +02:00
Daniel Kolesa 43a0422786 make used a counter, not a bool 2017-05-17 00:38:12 +02:00
Daniel Kolesa 66e6f9d146 separate help formatting into its own structure 2017-05-16 19:49:18 +02:00
Daniel Kolesa d1ad559461 argparse parsing cleanup and nicer api 2017-05-16 19:25:20 +02:00
Daniel Kolesa ff4620d3f5 move the arg storage into its own container 2017-05-16 01:37:29 +02:00
Daniel Kolesa 65087c8e36 more reliable add_optional/positional/category (allow narrowing etc) 2017-05-16 01:32:18 +02:00
Daniel Kolesa 0ee5404612 always store values externally 2017-05-16 00:22:46 +02:00
Daniel Kolesa 061d988ef2 expand argparse storage options, add defaults, add outside storage 2017-05-16 00:06:16 +02:00
Daniel Kolesa 8ba1c83609 predefined funcs for common argparse actions 2017-05-15 21:10:41 +02:00
Daniel Kolesa ec426a30a1 argparse: action callback support, help string support 2017-05-15 19:55:26 +02:00
Daniel Kolesa 5373e3405c support for argparse action callbacks and value retrieval 2017-05-15 19:18:25 +02:00
Daniel Kolesa 922da4a808 split up arg classes better 2017-05-15 18:49:59 +02:00
Daniel Kolesa d1b69963cb basic help printing for argparse and other improvements 2017-05-14 16:24:19 +02:00
Daniel Kolesa c19d45b21a add initial skeleton for argument parser 2017-05-13 22:24:26 +02:00
Daniel Kolesa dfc867bd48 remove unused file 2016-02-05 21:29:27 +00:00
Daniel Kolesa 0c09c709b5 add argparse.hh initial skeleton 2015-09-22 20:23:59 +01:00