(self, command_name, help_command, **kwargs)
| 423 | doc.style.toctree() |
| 424 | |
| 425 | def doc_subitem(self, command_name, help_command, **kwargs): |
| 426 | doc = help_command.doc |
| 427 | file_name = f'{command_name}/index' |
| 428 | doc.style.tocitem(command_name, file_name=file_name) |
| 429 | |
| 430 | |
| 431 | class ServiceDocumentEventHandler(CLIDocumentEventHandler): |