Skip to content

Template generation and better subcommands

Compare
Choose a tag to compare
@babab babab released this 18 Mar 20:10
· 52 commits to master since this release

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) and info (.info) pages

Changed

  • Specification of subcommands can be defined in CommandBase.command
    as a shortcut. (a978a05)