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

Method doc_synopsis_end

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

Source from the content-addressed store, hash-verified

408 pass
409
410 def doc_synopsis_end(self, help_command, **kwargs):
411 doc = help_command.doc
412 doc.style.new_paragraph()
413
414 def doc_options_start(self, help_command, **kwargs):
415 pass

Callers

nothing calls this directly

Calls 1

new_paragraphMethod · 0.45

Tested by

no test coverage detected