On 10/27/2015 10:58 PM, Mike Frysinger wrote: > On 27 Oct 2015 21:53, Rick "Zero_Chaos" Farina wrote: >> I support this idea, but maybe we could leave the --config option so as >> not to confuse people who are only passing one config? > > that already works ;). python's argparse does partial matching, > so --config will be treated as --configs. > > the only breakage will be people who are passing multiple -c but > expecting only the last one to be expected. meh.
+1 on the meh, if you pass multiple configs and expect it to ignore them I don't feel the need to save you. thanks! -Zero
