(self, help_command, **kwargs)
| 463 | doc.include_doc_string(service_model.documentation) |
| 464 | |
| 465 | def doc_subitems_start(self, help_command, **kwargs): |
| 466 | doc = help_command.doc |
| 467 | doc.style.h2('Available Commands') |
| 468 | doc.style.toctree() |
| 469 | |
| 470 | def doc_subitem(self, command_name, help_command, **kwargs): |
| 471 | doc = help_command.doc |