v0.8.0 (2015-05-06)
Bug Fixes
- did-you-mean for review (0535cfb0)
- Positional positionals were ignored if they matched a subcmd, even after '--' (90e7b081)
- help fixes bug where space between arg and help is too long (632fb115)
Features
- from_usage adds ability to add value names or num of vals in usage string (3d581976, closes #98)
- did-you-mean
- Flags adds sugestions functionality (8745071c)
- errors colorizes output red on error (f8b26b13)
Improvements
- arg_enum allows ascii case insensitivity for enum variants (b249f965, closes #104)
- clap-test simplified
make test
invocation (d17dcb29)