.\" cypher-lint.1. Generated from cypher-lint.1.in by configure. .\" .\" cypher-lint - a linting tool for Cypher .\" Copyright 2016 Chris Leishman (http://github.com/cleishm) .\" .\" Licensed under the Apache License, Version 2.0 (the "License"); .\" you may not use this file except in compliance with the License. .\" You may obtain a copy of the License at .\" .\" http://www.apache.org/licenses/LICENSE-2.0 .\" .\" Unless required by applicable law or agreed to in writing, software .\" distributed under the License is distributed on an "AS IS" BASIS, .\" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. .\" See the License for the specific language governing permissions and .\" limitations under the License. .\" .TH CYPHER-LINT 1 .SH NAME cypher\-lint \- a linting tool for Cypher .SH SYNOPSIS .B cypher\-lint \fI[options] [file ...]\fR .SH "DESCRIPTION" \fBcypher\-lint\fR is a linting tool for Cypher. It reads from input files, reports any errors found, and optionally outputs the parsed AST. If \fBfile\fR is a single dash (`-') or absent, \fBcypher\-lint\fR reads from standard input. .SH OPTIONS .TP .I \-1 Only parse the first statement or client command and then exit. .TP .I \-a, \-\-ast Output an AST representation for the parsed input. .TP .I \-\-colorize Enable colorization of output and errors using ANSI escape sequences. .TP .I \-\-no-colorize Disable colorization of output and errors even when connected to a TTY. .TP .I \-h, \-\-help Display a brief help listing. .TP .I \-\-only\-statements Only parse cypher statements and not client commands. .TP .I \-\-output\-width Attempt to limit output to the specified width, and render using wrapped columns. .TP .I \-\-stream Output each statement as it is read, rather than parsing the entire input first (note: will result in inconsistent formatting of AST dumps). .TP .I \-\-version Print the cypher\-lint version and exit. .SH EXIT STATUS \fBcypher\-lint\fR exits 0 if no errors are found, and >0 otherwise. .SH VERSION This man page is current for version 0.6.0 of cypher\-lint. .SH COPYRIGHT http://www.apache.org/licenses/LICENSE\-2.0 .SH AUTHORS Chris Leishman (http://github.com/cleishm)