Fixed missing JSON field in command-line documentation.

This commit is contained in:
Eric Traut 2020-09-28 14:34:29 -07:00
parent ee40041a88
commit b6cd5eedae

View File

@ -63,6 +63,7 @@ Each Diagnostic is formatted output in the following format:
file: string,
severity: 'error' | 'warning' | 'information',
message: string,
rule?: string,
range: {
start: {
line: number,