blob: c51fc4ac7f6658b6d3eb635622c7451229e38bf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Command Line Usage
==================
Command Line support is included since ``version 0.9.0``, it pretty easy:
.. code-block:: shell
ptable --csv=filename.csv
will print result in the console, you can save it to file by:
.. code-block:: shell
ptable --csv=filename.csv > filename.txt
|