(self, help_command, **kwargs)
| 173 | self._documented_arg_groups = [] |
| 174 | |
| 175 | def doc_options_start(self, help_command, **kwargs): |
| 176 | doc = help_command.doc |
| 177 | doc.style.h2('Options') |
| 178 | if not help_command.arg_table: |
| 179 | doc.write('*None*\n') |
| 180 | |
| 181 | def doc_option(self, arg_name, help_command, **kwargs): |
| 182 | doc = help_command.doc |