CeleryCommand
Customized command for Celery.
Methods
format_options()
@classmethod
def format_options(
ctx: click.Context,
formatter: click.HelpFormatter
) - > null
Write all the options into the formatter if they exist.
Parameters
| Name | Type | Description |
|---|---|---|
| ctx | click.Context | The Click context object containing state for the current command execution. |
| formatter | click.HelpFormatter | The help formatter object used to structure and render the command-line interface help text. |
Returns
| Type | Description |
|---|---|
null | This method does not return a value; it writes directly to the provided formatter object. |