MCPcopy Create free account
hub / github.com/aws/aws-cli / main

Function main

awscli/clidriver.py:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109
110
111def main():
112 with start_as_current_context():
113 return AWSCLIEntryPoint().main(sys.argv[1:])
114
115
116def create_clidriver(args=None, event_hooks=None):

Callers 1

__main__.pyFile · 0.90

Calls 3

start_as_current_contextFunction · 0.90
AWSCLIEntryPointClass · 0.85
mainMethod · 0.45

Tested by

no test coverage detected