run -F filter [-i INPUT] [-o OUTPUT] -- [args...]
run -M matrix [-i INPUT] [-o OUTPUT] -- [args...]
run -L [-A]

run is a simple command line tool to show off the functionality of libxlg.

-F applies a filter to the input file (if not given, uses stdin) and writes the result to output file (if not given, uses stdout).

-M applies a matrix to the input file and writes the result to the output file. (-M name is practically equivalent to -F matrix name.)

-L lists all the filters and matrices available, and with -A even those who have been flagged not to show up.