Skip to content

Release v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pddg pddg released this 10 Sep 05:33
· 31 commits to master since this release
45d0b03

New features

  • Hook function
  • Bulk add commands

Changes

  • Command.get_sub_commands is renamed to Command.get_all_sub_commands. Now, get_sub_commands returns specified subcommands.
  • Command.add_command accept multiple command instance ( #12 )
  • Check the arguments of Command.add_command are an instance of Command.