0.3.0 Prerelease 1
Pre-release
Pre-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, theGroup.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