Skip to main content

multi

Start multiple worker instances.

def multi(
ctx: click.Context,
kwargs: dict
) - > Any

Start multiple worker instances.

Parameters

NameTypeDescription
ctxclick.ContextThe Click context object containing global configuration such as verbosity and color settings.
kwargsdictAdditional keyword arguments captured from the command line interface.

Returns

TypeDescription
AnyThe result of the command line execution, typically an exit code or process status from the MultiTool runner.