Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
def
main():
112
with
start_as_current_context():
113
return
AWSCLIEntryPoint().main(sys.argv[1:])
114
115
116
def
create_clidriver(args=None, event_hooks=None):
Callers
1
__main__.py
File · 0.90
Calls
3
start_as_current_context
Function · 0.90
AWSCLIEntryPoint
Class · 0.85
main
Method · 0.45
Tested by
no test coverage detected