From bda2a9429434f11080985102dc1fb931fa23fb44 Mon Sep 17 00:00:00 2001 From: Steve Rice Date: Thu, 8 Apr 2021 17:36:48 -0700 Subject: [PATCH] Update command line directions with new output format (#1749) Since https://github.com/microsoft/pyright/commit/ba901d1449fceb0642934bfd1993e79ed0fb136d#diff-c3f0fa903325059f6e7dda1116458aafa72061ac3d1a51ddfd077a5dc0801030R394, the `--outputjson` result schema has changed. --- docs/command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/command-line.md b/docs/command-line.md index d0b78098a..7add3ae6f 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -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,