Skip to content

Releases: pddg/uroboros

Release v0.2.3

30 Sep 04:30
a49a8cb
Compare
Choose a tag to compare
Release v0.2.3 Pre-release
Pre-release

Fix

  • Fix argparse.ArgumentError when callling uroboros.Option.get_parser() multiple times ( #40 )
  • Fix to use return instead of raise ( #39 )

Release v0.2.2

25 Sep 04:42
34628d2
Compare
Choose a tag to compare
Release v0.2.2 Pre-release
Pre-release

Fix

  • get_options returns a new list of uroboros.Option instead of its class attribute directly ( #37 )

Release v0.2.1

22 Sep 02:48
7532a7f
Compare
Choose a tag to compare
Release v0.2.1 Pre-release
Pre-release

Fix

  • Fix to use Command.get_options() correctly.

Release v0.2.0

10 Sep 05:33
45d0b03
Compare
Choose a tag to compare
Release v0.2.0 Pre-release
Pre-release

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.

First Release

13 Jul 09:03
Compare
Choose a tag to compare
First Release Pre-release
Pre-release
  • Support nested sub commands
  • Support sharing options among some commands
  • Pure python implementation