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

Method doc_options_start

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

Source from the content-addressed store, hash-verified

173 self._documented_arg_groups = []
174
175 def doc_options_start(self, help_command, **kwargs):
176 doc = help_command.doc
177 doc.style.h2('Options')
178 if not help_command.arg_table:
179 doc.write('*None*\n')
180
181 def doc_option(self, arg_name, help_command, **kwargs):
182 doc = help_command.doc

Callers

nothing calls this directly

Calls 2

h2Method · 0.45
writeMethod · 0.45

Tested by

no test coverage detected