(self, help_command, **kwargs)
| 399 | pass |
| 400 | |
| 401 | def doc_synopsis_start(self, help_command, **kwargs): |
| 402 | doc = help_command.doc |
| 403 | doc.style.h2('Synopsis') |
| 404 | doc.style.codeblock(help_command.synopsis) |
| 405 | doc.include_doc_string(help_command.help_usage) |
| 406 | |
| 407 | def doc_synopsis_option(self, arg_name, help_command, **kwargs): |
| 408 | pass |
nothing calls this directly
no test coverage detected