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

Method doc_global_option

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

Source from the content-addressed store, hash-verified

221 doc.style.new_paragraph()
222
223 def doc_global_option(self, help_command, **kwargs):
224 doc = help_command.doc
225 doc.style.h2('Global Options')
226 doc.write_from_file(GLOBAL_OPTIONS_FILE)
227
228 def doc_relateditems_start(self, help_command, **kwargs):
229 if help_command.related_items:

Callers 1

Calls 2

write_from_fileMethod · 0.80
h2Method · 0.45

Tested by 1