Release v0.2.0
Pre-release
Pre-release
New features
Changes
Command.get_sub_commands
is renamed toCommand.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 ofCommand
.