MCPcopy Create free account
hub / github.com/aws/aws-cli / doc_description

Method doc_description

awscli/customizations/commands.py:431–434  ·  view source on GitHub ↗
(self, help_command, **kwargs)

Source from the content-addressed store, hash-verified

429 self.doc = help_command.doc
430
431 def doc_description(self, help_command, **kwargs):
432 self.doc.style.h2('Description')
433 self.doc.write(help_command.description)
434 self.doc.style.new_paragraph()
435
436 def doc_synopsis_start(self, help_command, **kwargs):
437 if not help_command.synopsis:

Callers

nothing calls this directly

Calls 3

h2Method · 0.45
writeMethod · 0.45
new_paragraphMethod · 0.45

Tested by

no test coverage detected