Update command line directions with new output format (#1749)

Since ba901d1449 (diff-c3f0fa903325059f6e7dda1116458aafa72061ac3d1a51ddfd077a5dc0801030R394), the `--outputjson` result schema has changed.
This commit is contained in:
Steve Rice 2021-04-08 17:36:48 -07:00 committed by GitHub
parent 27fb622a5e
commit bda2a94294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ If the “--outputjson” option is specified on the command line, diagnostics a
{
version: string,
time: string,
diagnostics: Diagnostic[],
generalDiagnostics: Diagnostic[],
summary: {
filesAnalyzed: number,
errorCount: number,