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

Method doc_subitem

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

Source from the content-addressed store, hash-verified

423 doc.style.toctree()
424
425 def doc_subitem(self, command_name, help_command, **kwargs):
426 doc = help_command.doc
427 file_name = f'{command_name}/index'
428 doc.style.tocitem(command_name, file_name=file_name)
429
430
431class ServiceDocumentEventHandler(CLIDocumentEventHandler):

Callers

nothing calls this directly

Calls 1

tocitemMethod · 0.45

Tested by

no test coverage detected