Skip to content

0.3.0 Prerelease 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Kenny2github Kenny2github released this 27 Jan 09:24
· 71 commits to main since this release

New Stuff

  • @Group.default on top of @Group.slash_cmd() marks a subcommand as the one called when the base group is invoked.

Changes

  • default behavior is fully clarified now, but not currently enabled.
  • This means Option.default is fully removed now.
  • Since calling a base group translates into calling the default subcommand, the Group.coro is now deprived of an original jurisdiction. Final behavior is that all parent coros will be called in order of increasing child levels before the command is invoked.

Fixes:

  • Actual Python annotations for classes, instead of just doc descriptions