Adding the ability to use strings as arguments that _also_ contain _spaces_!
0.9.1
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.