Passthrough to `python -m codeclash.analysis.metrics.elo` (rich analysis + plots).
(ctx: typer.Context)
| 52 | ), |
| 53 | ) |
| 54 | def elo(ctx: typer.Context): |
| 55 | """Passthrough to `python -m codeclash.analysis.metrics.elo` (rich analysis + plots).""" |
| 56 | raise SystemExit(subprocess.run([sys.executable, "-m", "codeclash.analysis.metrics.elo", *ctx.args]).returncode) |