- Fixes a bug where long command help was incorrectly formated - Change argument passing to commands to use unpacking - Change to the order in which version and description is set - Fix a bug where no doc on a sub class method crashes the app
0.1.6
-------------
Released on September 18th 2012
- Correctly skip and add modules
0.1.5
-------------
Released on September 18th 2012
- Generate correct name for commands from modules inside packages - Catch NameError and not only SyntaxError on module import
0.1.4
-------------
Released on September 18th 2012
- Duplicate commands from different modules are now ignored and warned for - Better output of missing documentation and syntax error in commands
0.1.3
-------------
Released on September 14th 2012
- Fixed bug when no documentation was defined for a function - Code is now completely PEP8 comliant
0.1.2
-------------
Released on September 7th 2012
- Changed the class init to accept command modules AND subcommand modules - Added override for description and version in SkalApp constructor