Look, it was broken and I fixed it. Mostly, I made the module jump out of any program that has required args, but doesn't receive anything from the command line. Should've probably been that way before, but I'm not very smart now am I.
0.7.5
Quasi-hotfix for underscores and upper case letters in flag values.
v.0.7.0 Now with the ability to `--detect compound-flag-terms`.
0.6.5
This should add the ability to integrate `arglite` into `console_script`-built modules.
0.5.0
For some reason, previous `arglite` versions didn't respect any code beyond the first `Class` object. This takes an alternate approach and reads file lines as raw string objects. Seems to work better.