michiguel / Ordo

Rating for chess engines, players, or other games
GNU General Public License v3.0
65 stars 13 forks source link

column order #5

Closed michiguel closed 8 years ago

michiguel commented 9 years ago

I should have a switch that tells Ordo what columns and what order the user wants it. For instance, --columns "1,2,5,4" will select and print those column in that order (each column has a predefined number, 1=elo, 2=error etc.). As other feature may appear, the user can select them from there. The default would be --columns "1,2,3,4,5" of course.

michiguel commented 8 years ago

Done, the switch is -U