command_registry
dev_tool.container.command_registry
CommandGroupRegistry
A registry class for command group registration.
This class provides methods for registering all command groups with the dependency injection container.
register_command_groups
staticmethod
A method that registers all command groups with the container.
Parameters:
-
container(DependencyContainer) –The dependency injection container to register with.