Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 304 Bytes

cli.rst

File metadata and controls

15 lines (8 loc) · 304 Bytes

Command Line Usage

Command Line support is included since version 0.9.0, it pretty easy:

ptable --csv=filename.csv

will print result in the console, you can save it to file by:

ptable --csv=filename.csv > filename.txt