Template generation and better subcommands
Added
- Full example of a command with subcommands
- Create quick templates via pycommand script (
pycommand init
) - Unit tests and automatic testing via Travis-CI
- Documentation
man
(.3) andinfo
(.info) pages
Changed
- Specification of subcommands can be defined in CommandBase.command
as a shortcut. (a978a05)