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

Function _add_docs

awscli/customizations/ec2/secgroupsimplify.py:69–78  ·  view source on GitHub ↗
(help_command, **kwargs)

Source from the content-addressed store, hash-verified

67
68
69def _add_docs(help_command, **kwargs):
70 doc = help_command.doc
71 doc.style.new_paragraph()
72 doc.style.start_note()
73 msg = (
74 'To specify multiple rules in a single command '
75 'use the <code>--ip-permissions</code> option'
76 )
77 doc.include_doc_string(msg)
78 doc.style.end_note()
79
80
81EVENTS = [

Callers

nothing calls this directly

Calls 4

new_paragraphMethod · 0.45
start_noteMethod · 0.45
include_doc_stringMethod · 0.45
end_noteMethod · 0.45

Tested by

no test coverage detected