MCPcopy Create free account
hub / github.com/Riley702/enhanced_benchmark_tool / build_parser

Function build_parser

src/enhanced_benchmark_tool/cli.py:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8
9def build_parser() -> argparse.ArgumentParser:
10 p = argparse.ArgumentParser(description="Enhanced Benchmark Tool")
11 p.add_argument("--input", "-i", required=True, help="Input CSV path")
12 p.add_argument("--json", action="store_true", help="Output as JSON")
13 return p
14
15
16def main(argv: list[str] | None = None) -> int:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected