rich_config inside of RichGroups should pass to objects created by RichGroup.command and RichGroup.group, when said objects do not have their own rich_config. This is done via the RichContext inheriting attributes from the parent context.
This behavior is currently working in the latest dev version, but it is not enforced in tests and it should be.
rich_config
inside ofRichGroup
s should pass to objects created byRichGroup.command
andRichGroup.group
, when said objects do not have their ownrich_config
. This is done via theRichContext
inheriting attributes from theparent
context.This behavior is currently working in the latest dev version, but it is not enforced in tests and it should be.