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

Method _inject_external_alias

awscli/alias.py:108–111  ·  view source on GitHub ↗
(self, alias_name, alias_value, command_table)

Source from the content-addressed store, hash-verified

106 return alias_value.startswith('!')
107
108 def _inject_external_alias(self, alias_name, alias_value, command_table):
109 command_table[alias_name] = ExternalAliasCommand(
110 alias_name, alias_value
111 )
112
113
114class AliasCommandInjector(BaseAliasCommandInjector):

Callers 2

inject_aliasesMethod · 0.80

Calls 1

Tested by

no test coverage detected