New features
- Hook function
- 5
- 25
- Bulk add commands
- 12
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`.