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

Function verify_cli_commands_valid

tests/functional/docs/test_examples.py:236–239  ·  view source on GitHub ↗
(filename, command_validator)

Source from the content-addressed store, hash-verified

234
235
236def verify_cli_commands_valid(filename, command_validator):
237 cli_commands = find_all_cli_commands(filename)
238 for command in cli_commands:
239 command_validator.validate_cli_command(command, filename)
240
241
242def find_all_cli_commands(filename):

Callers 1

test_rst_doc_examplesFunction · 0.85

Calls 2

find_all_cli_commandsFunction · 0.85
validate_cli_commandMethod · 0.80

Tested by

no test coverage detected