.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH CMD.JS "1" "January 2019" "cmd.js 7.0.0" "User Commands" .SH NAME cmd.js \- Test-Anything-Protocol parser for Node.js .SH DESCRIPTION .SS "Usage:" .IP tap\-parser .PP Parses TAP data from stdin, and outputs the parsed result in the format specified by the options. Default output is uses node's `util.format()` method. .SH OPTIONS .HP \fB\-j\fR [] | \fB\-\-json\fR[=\fI\,indent\/\fR] .IP Output event data as JSON with the specified indentation (default=2) .HP \fB\-t\fR | \fB\-\-tap\fR .IP Output data as reconstituted TAP based on parsed results .HP \fB\-l\fR | \fB\-\-lines\fR .IP Output each parsed line as it is recognized by the parser .HP \fB\-b\fR | \fB\-\-bail\fR .IP Emit a `Bail out!` at the first failed test point encountered .HP \fB\-w\fR | \fB\-\-ignore\-all\-whitespace\fR .IP Skip over blank lines outside of YAML blocks .HP \fB\-o\fR | \fB\-\-omit\-version\fR .IP Ignore the `TAP version 13` line at the start of tests