(self, help_command, **kwargs)
| 486 | self.doc.write(help_command.examples) |
| 487 | |
| 488 | def doc_subitems_start(self, help_command, **kwargs): |
| 489 | if help_command.command_table: |
| 490 | doc = help_command.doc |
| 491 | doc.style.h2('Available Commands') |
| 492 | doc.style.toctree() |
| 493 | |
| 494 | def doc_subitem(self, command_name, help_command, **kwargs): |
| 495 | if help_command.command_table: |