Releases: GjjvdBurg/wilderness
Releases · GjjvdBurg/wilderness
Wilderness Release v0.1.10
Wilderness Release 0.1.9
- Add MANIFEST.in file to package for more complete packaging (thanks to
@martin-kokos)
Wilderness Release 0.1.8
Version 0.1.8
- Fix for running unit tests without man-db (GH-5)
Wilderness Release 0.1.7
Version 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
Wilderness Release 0.1.6
Version 0.1.6
- Bugfix for application testing
- Minor fixes for documentation of single-command applications
- Improve test discovery (GH-2)
Wilderness Release 0.1.5
Version 0.1.5
- Bugfix for synopsis of commands with mutually exclusive argument groups
Wilderness Release 0.1.4
Version 0.1.4
- Add support for mutually exclusive argument groups
- Typos and fixes
Wilderness Release 0.1.3
Wilderness Release 0.1.3
- Add Tester class to test applications and commands
- Subclass ArgumentParser to handle exit on error
- Removed
application.get_argument
method - Several smaller fixes and design improvements
v0.1.2: Wilderness Release 0.1.2
- Redesign manpage building api
- Use application help instead of manpage with
<app> help