forked from enviPath/enviPy
16 lines
429 B
Plaintext
16 lines
429 B
Plaintext
usage: tap-parser OPTIONS
|
|
|
|
Parse TAP from INPUT. If there are any failures, exits with
|
|
a non-zero status code.
|
|
|
|
OPTIONS are:
|
|
|
|
-i, --input Read from INPUT. Default: stdin.
|
|
-o, --output Write to OUTPUT. Default: stdout.
|
|
-r, --results Print results as json. Otherwise pass INPUT
|
|
through to OUTPUT.
|
|
|
|
-h, --help Show this help message.
|
|
-v, --version Print the current version of tap-parser.
|
|
|