PeterJCLaw / srcomp-cli

Command line tools for interacting with the state of the Student Robotics Competition
https://github.com/PeterJCLaw/srcomp/wiki
0 stars 2 forks source link

Add show-league-table command #19

Closed WillB97 closed 2 years ago

WillB97 commented 3 years ago

Gives equivalent output to the league status page of the competition website

The output format is:

$ srcomp show-league-table --sort=rank dummy-comp 
Rank | League | Game | Team
   1 |    149 |  146 | CLY:  Collyers Sixth Form College
   2 |    107 |  116 | SCC:  Southampton City College
   3 |    105 |  112 | QEH:  Queen Elizabeth's Hospital School
   4 |    104 |   99 | PSC:  Peter Symonds College
   5 |    102 |  108 | SWI:  South Wilts Grammar School for Girls
...