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

Function find_all_cli_commands

tests/functional/docs/test_examples.py:242–246  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

240
241
242def find_all_cli_commands(filename):
243 document, _ = parse_rst(filename)
244 visitor = CollectCLICommands(document)
245 document.walk(visitor)
246 return visitor.cli_commands
247
248
249class CommandValidator:

Callers 1

Calls 3

parse_rstFunction · 0.85
CollectCLICommandsClass · 0.85
walkMethod · 0.45

Tested by

no test coverage detected