Removed a tracing statement. See previous `v0.9.0` notes:
> Restores ability to use string literals that evaluate to Pythonic data types. A behavior I've discovered: using `arglite` as part of a `class` doesn't seem to allow `optional` arguments? > > Will investigate.
0.9.0
Restores ability to use string literals that evaluate to Pythonic data types. A behavior I've discovered: using `arglite` as part of a `class` doesn't seem to allow `optional` arguments?
Will investigate.
0.8.5
The regular expression describing flags was insufficient for one of the package's primary use cases. This is fixed.
0.8.0
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.