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

Method doc_relateditems_start

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

Source from the content-addressed store, hash-verified

226 doc.write_from_file(GLOBAL_OPTIONS_FILE)
227
228 def doc_relateditems_start(self, help_command, **kwargs):
229 if help_command.related_items:
230 doc = help_command.doc
231 doc.style.h2('See Also')
232
233 def doc_relateditem(self, help_command, related_item, **kwargs):
234 doc = help_command.doc

Callers

nothing calls this directly

Calls 1

h2Method · 0.45

Tested by

no test coverage detected