Releases: pddg/uroboros
Releases · pddg/uroboros
Release v0.2.3
Release v0.2.2
Fix
get_options
returns a new list ofuroboros.Option
instead of its class attribute directly ( #37 )
Release v0.2.1
Fix
- Fix to use
Command.get_options()
correctly.
Release v0.2.0
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
.
First Release
- Support nested sub commands
- Support sharing options among some commands
- Pure python implementation