* Rename `_argparse.py` module to `argparse_wrappers.py` * Ensure PyTest doesn't think certain classes are test cases * Various code quality fixes (thanks to kloczek)
0.1.9
* Add MANIFEST.in file to package for more complete packaging (thanks to martin-kokos)
0.1.8
* Fix for running unit tests without man-db (GH-5)
0.1.7
* Add option to automatically generate list of commands in Application manpage * Fix support for tab indentation in man pages * Add helpful errors when description is not of type str * Some minor fixes
0.1.6
* Bugfix for application testing * Minor fixes for documentation of single-command applications * Improve test discovery (GH-2)
0.1.5
* Bugfix for synopsis of commands with mutually exclusive argument groups