RadioindiceProcessing.with_documentation

RadioindiceProcessing.with_documentation(aliases: List[str] | None = None, help: str = '', description: str = '')

Set up the documentation for the processing

Parameters:
  • aliases ([str], optional, default=None) – List of command aliases

  • help (str, optional, default="") – Help message

  • description (str, optional, default="") – Long description

Returns:

Current instance so that it is possible to chain the with… calls (fluent API)

Return type:

self