(self, help_command, **kwargs)
| 221 | doc.style.new_paragraph() |
| 222 | |
| 223 | def doc_global_option(self, help_command, **kwargs): |
| 224 | doc = help_command.doc |
| 225 | doc.style.h2('Global Options') |
| 226 | doc.write_from_file(GLOBAL_OPTIONS_FILE) |
| 227 | |
| 228 | def doc_relateditems_start(self, help_command, **kwargs): |
| 229 | if help_command.related_items: |