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

Method doc_subitems_start

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

Source from the content-addressed store, hash-verified

418 pass
419
420 def doc_subitems_start(self, help_command, **kwargs):
421 doc = help_command.doc
422 doc.style.h2('Available Services')
423 doc.style.toctree()
424
425 def doc_subitem(self, command_name, help_command, **kwargs):
426 doc = help_command.doc

Callers

nothing calls this directly

Calls 2

h2Method · 0.45
toctreeMethod · 0.45

Tested by

no test coverage detected