multi
Start multiple worker instances.
def multi(
ctx: click.Context,
kwargs: dict
) - > Any
Start multiple worker instances.
Parameters
| Name | Type | Description |
|---|---|---|
| ctx | click.Context | The Click context object containing global configuration such as verbosity and color settings. |
| kwargs | dict | Additional keyword arguments captured from the command line interface. |
Returns
| Type | Description |
|---|---|
Any | The result of the command line execution, typically an exit code or process status from the MultiTool runner. |