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

Method _construct_cli_help_output_chain

awscli/clidriver.py:373–381  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

371 return ChainProvider(providers=providers)
372
373 def _construct_cli_help_output_chain(self):
374 providers = [
375 ScopedConfigProvider(
376 config_var_name='cli_help_output',
377 session=self.session,
378 ),
379 ConstantProvider(value='terminal'),
380 ]
381 return ChainProvider(providers=providers)
382
383 def _construct_cli_pager_chain(self):
384 providers = [

Callers 1

_update_config_chainMethod · 0.95

Calls 3

ConstantProviderClass · 0.90
ChainProviderClass · 0.90

Tested by

no test coverage detected