MCPcopy Index your code
hub / github.com/idank/explainshell / main

Function main

tests/evals/render/render_eval.py:1457–1460  ·  view source on GitHub ↗
(argv: list[str] | None = None)

Source from the content-addressed store, hash-verified

1455
1456
1457def main(argv: list[str] | None = None) -> int:
1458 parser = build_parser()
1459 args = parser.parse_args(argv)
1460 return args.func(args)
1461
1462
1463if __name__ == "__main__":

Callers 1

render_eval.pyFile · 0.70

Calls 1

build_parserFunction · 0.70

Tested by

no test coverage detected