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

Function no_pager_handler

awscli/clidriver.py:229–232  ·  view source on GitHub ↗
(session, parsed_args, **kwargs)

Source from the content-addressed store, hash-verified

227
228
229def no_pager_handler(session, parsed_args, **kwargs):
230 if parsed_args.no_cli_pager:
231 config_store = session.get_component('config_store')
232 config_store.set_config_provider('pager', ConstantProvider(value=None))
233
234
235class AWSCLIEntryPoint:

Callers

nothing calls this directly

Calls 3

ConstantProviderClass · 0.90
get_componentMethod · 0.45
set_config_providerMethod · 0.45

Tested by

no test coverage detected