(self, help_command, **kwargs)
| 226 | doc.write_from_file(GLOBAL_OPTIONS_FILE) |
| 227 | |
| 228 | def doc_relateditems_start(self, help_command, **kwargs): |
| 229 | if help_command.related_items: |
| 230 | doc = help_command.doc |
| 231 | doc.style.h2('See Also') |
| 232 | |
| 233 | def doc_relateditem(self, help_command, related_item, **kwargs): |
| 234 | doc = help_command.doc |