Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aws/aws-cli
/ subcommand_table
Method
subcommand_table
awscli/clidriver.py:443–444 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
441
442
@property
443
def
subcommand_table(self):
444
return
self._get_command_table()
445
446
@property
447
def
arg_table(self):
Callers
nothing calls this directly
Calls
1
_get_command_table
Method · 0.95
Tested by
no test coverage detected