rank_app.command(
"elo",
context_settings={"allow_extra_args": True, "ignore_unknown_options": True},
help=(
"Fit a Bradley-Terry/Elo model and generate plots. Forwards all extra a
| 1 | """`codeclash rank` subcommands: compute player standings from game logs.""" |
| 2 | |
| 3 | import subprocess |
| 4 | import sys |
nothing calls this directly
no outgoing calls
no test coverage detected