Command Line Options » History » Version 4
Sergey Smolov, 05/12/2017 11:10 AM
1 | 1 | Sergey Smolov | h1. Command Line Options |
---|---|---|---|
2 | |||
3 | 3 | Sergey Smolov | The _Trace Matcher_ command line looks as follows: |
4 | 1 | Sergey Smolov | <pre> |
5 | 4 | Sergey Smolov | usage: traceutils [-h] [-w [W_SIZE]] FILE [FILE ...] |
6 | |||
7 | positional arguments: |
||
8 | FILE Path to trace file |
||
9 | |||
10 | optional arguments: |
||
11 | -h, --help show this help message and exit |
||
12 | -w [W_SIZE], --window [W_SIZE] |
||
13 | Matching window size in ticks (default: 1) |
||
14 | 1 | Sergey Smolov | </pre> |