Commit Graph

1319 Commits (master)

Author SHA1 Message Date
Daniel Kolesa 054f292393 avoid bad path formatting in a very ugly way 2017-06-10 21:17:58 +02:00
Daniel Kolesa 7ff454140a add api to check if filename matches glob pattern 2017-06-10 20:30:48 +02:00
Daniel Kolesa c9dafd1766 do not iterate non-directories 2017-06-10 20:26:34 +02:00
Daniel Kolesa 374194bba6 there is no need to match filename for ** 2017-06-10 20:10:56 +02:00
Daniel Kolesa eba541842c remove ordinary glob escaping (incompatible with windows, use [c]) 2017-06-10 19:18:24 +02:00
Daniel Kolesa a2f88815bf implement ? wildcard 2017-06-10 19:03:58 +02:00
Daniel Kolesa 009f36ba9f more glob fixes, also properly treat ** separately 2017-06-10 18:57:58 +02:00
Daniel Kolesa 5396f6b2a5 glob matching fixes 2017-06-10 18:21:11 +02:00
Daniel Kolesa 75b70e7227 initial basic glob matching support in filesystem.hh 2017-06-10 17:47:26 +02:00
Daniel Kolesa a414ec7544 better prepare for later wide-char argparse support 2017-06-05 18:57:40 +02:00
Daniel Kolesa 53f8a4e866 alias the argument value range 2017-06-04 15:34:46 +02:00
Daniel Kolesa f81432f666 make sure build cfg is correct 2017-06-03 15:56:42 +02:00
Daniel Kolesa 50692c3e29 remove the temp_cstr stuff 2017-06-02 18:33:56 +02:00
Daniel Kolesa 3df3ece0d2 add comparisons against standard strings 2017-06-01 21:50:31 +02:00
Daniel Kolesa a539d6c945 loosen up string range comparisons 2017-06-01 21:44:18 +02:00
Daniel Kolesa 7b05e3c648 mark argparse global funcs inline 2017-05-31 19:12:12 +02:00
Daniel Kolesa 460c288571 simplify arg_error 2017-05-29 17:53:59 +02:00
Daniel Kolesa f8508c112c don't need the condition anymore 2017-05-28 16:32:09 +02:00
Daniel Kolesa f605ea59bf gotta read partial read though 2017-05-28 16:31:26 +02:00
Daniel Kolesa 8dad7ac73a pipe read failure means subprocess exited with non-zero 2017-05-28 16:30:07 +02:00
Daniel Kolesa 75c1c24a1c format_option cleanup 2017-05-28 16:20:34 +02:00
Daniel Kolesa e3acfa3005 move metavar fallback stuff into arg_optional 2017-05-28 16:16:13 +02:00
Daniel Kolesa e37a8e325e longest_name() on arg_optional 2017-05-28 16:12:05 +02:00
Daniel Kolesa fc490be718 remove get_ prefixes in argparse 2017-05-28 15:32:12 +02:00
Daniel Kolesa ded19b4234 support for required optional arguments + fix potential leak on error 2017-05-27 00:27:28 +02:00
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