raito.utils.helpers.command_help moduleΒΆ

raito.utils.helpers.command_help.get_command_help(command_object, params, description=None)[source]ΒΆ

Get the help message of a command.

Parameters:
  • command_object (CommandObject)

  • params (dict[str, type[Any]])

  • description (str | None)

Return type:

str