Skip to content

1.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@michiguel michiguel released this 14 Feb 17:50
· 59 commits to master since this release

Changes from 1.0.9.8

A switch was added to control column format in the output

  • -b <file> format column output, each line being <column>,<width>,"Header"

This switch controls the width of each column in the output and the header of each column.
This <file> consists of a text in which each line has <column>,<width>,"HeaderName".
For instance, if you want to have the item 4 (games total, see manual.pdf), to be 5 characters wide and be named "Points", you will have to include a line like this:

4,8,"Points"