MCPcopy Index your code
hub / github.com/aws/aws-cli / _get_cli_name

Function _get_cli_name

awscli/customizations/paginate.py:340–343  ·  view source on GitHub ↗
(param_objects, token_name)

Source from the content-addressed store, hash-verified

338
339
340def _get_cli_name(param_objects, token_name):
341 for param in param_objects:
342 if param.name == token_name:
343 return param.cli_name.lstrip('-')
344
345
346# This function checks for pagination args in the actual calling

Callers

nothing calls this directly

Calls 1

lstripMethod · 0.45

Tested by

no test coverage detected