MCPcopy Index your code
hub / github.com/aws/aws-cli / doc_synopsis_start

Method doc_synopsis_start

awscli/clidocs.py:401–405  ·  view source on GitHub ↗
(self, help_command, **kwargs)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

h2Method · 0.45
codeblockMethod · 0.45
include_doc_stringMethod · 0.45

Tested by

no test coverage detected